From f7281f37b35550624ed5f719744f856e180106bd Mon Sep 17 00:00:00 2001 From: Ryan P.C. McQuen Date: Tue, 21 Apr 2015 10:36:39 -0700 Subject: system/tinyterm: Updated for version 0.5.6. Signed-off-by: Ryan P.C. McQuen --- system/tinyterm/slack-desc | 2 +- system/tinyterm/tinyterm.SlackBuild | 6 ++++-- system/tinyterm/tinyterm.info | 8 ++++---- 3 files changed, 9 insertions(+), 7 deletions(-) (limited to 'system/tinyterm') diff --git a/system/tinyterm/slack-desc b/system/tinyterm/slack-desc index 642b03a569..c8d49617bb 100644 --- a/system/tinyterm/slack-desc +++ b/system/tinyterm/slack-desc @@ -13,7 +13,7 @@ tinyterm: tinyterm: It supports copy & paste with: tinyterm: Ctrl + Shift + C and Ctrl + Shift + V. tinyterm: -tinyterm: https://github.com/lahwaacz/tinyterm +tinyterm: https://github.com/ryanpcmcquen/tinyterm tinyterm: tinyterm: tinyterm: diff --git a/system/tinyterm/tinyterm.SlackBuild b/system/tinyterm/tinyterm.SlackBuild index 9c877039c9..94036a0888 100644 --- a/system/tinyterm/tinyterm.SlackBuild +++ b/system/tinyterm/tinyterm.SlackBuild @@ -23,7 +23,7 @@ # . PRGNAM=tinyterm -VERSION=${VERSION:-0.3} +VERSION=${VERSION:-0.5.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -40,6 +40,8 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} +DOCS="COPYING README.md" + if [ "$ARCH" = "i486" ]; then SLKCFLAGS="-O2 -march=i486 -mtune=i686" LIBDIRSUFFIX="" @@ -79,7 +81,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a LICENSE README.md $PKG/usr/doc/$PRGNAM-$VERSION +cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/system/tinyterm/tinyterm.info b/system/tinyterm/tinyterm.info index a15b303ab6..311b0bff8d 100644 --- a/system/tinyterm/tinyterm.info +++ b/system/tinyterm/tinyterm.info @@ -1,8 +1,8 @@ PRGNAM="tinyterm" -VERSION="0.3" -HOMEPAGE="https://github.com/lahwaacz/tinyterm" -DOWNLOAD="https://github.com/lahwaacz/tinyterm/archive/0.3.tar.gz" -MD5SUM="be7fc0dad002b2b097e5d7544fd0e2a9" +VERSION="0.5.6" +HOMEPAGE="https://github.com/ryanpcmcquen/tinyterm" +DOWNLOAD="https://github.com/ryanpcmcquen/tinyterm/archive/0.5.6.tar.gz" +MD5SUM="17538929bb831b48bf7e640a60bcb624" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3