summaryrefslogtreecommitdiffstats
path: root/system/tinyterm/tinyterm.SlackBuild
diff options
context:
space:
mode:
author Ryan P.C. McQuen2015-04-21 19:36:39 +0200
committer Willy Sudiarto Raharjo2015-04-26 09:04:58 +0200
commitf7281f37b35550624ed5f719744f856e180106bd (patch)
tree3e020737c28d31dff98416d4972a3c0290af7508 /system/tinyterm/tinyterm.SlackBuild
parent0b7f33ad7022140e9cdb6780391da5873174d0c3 (diff)
downloadslackbuilds-f7281f37b35550624ed5f719744f856e180106bd.tar.gz
system/tinyterm: Updated for version 0.5.6.
Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
Diffstat (limited to 'system/tinyterm/tinyterm.SlackBuild')
-rw-r--r--system/tinyterm/tinyterm.SlackBuild6
1 files changed, 4 insertions, 2 deletions
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