summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Ryan P.C. McQuen <ryan.q@linux.com>2015-04-21 10:36:39 -0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-04-26 14:04:58 +0700
commitf7281f37b35550624ed5f719744f856e180106bd (patch)
tree3e020737c28d31dff98416d4972a3c0290af7508 /system
parent0b7f33ad7022140e9cdb6780391da5873174d0c3 (diff)
downloadslackbuilds-f7281f37b35550624ed5f719744f856e180106bd.tar.gz
slackbuilds-f7281f37b35550624ed5f719744f856e180106bd.tar.xz
system/tinyterm: Updated for version 0.5.6.
Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
Diffstat (limited to 'system')
-rw-r--r--system/tinyterm/slack-desc2
-rw-r--r--system/tinyterm/tinyterm.SlackBuild6
-rw-r--r--system/tinyterm/tinyterm.info8
3 files changed, 9 insertions, 7 deletions
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 @@
# <http://www.gnu.org/licenses/>.
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=""