summaryrefslogtreecommitdiffstats
path: root/system/graphterm/graphterm.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/graphterm/graphterm.SlackBuild')
-rw-r--r--system/graphterm/graphterm.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/system/graphterm/graphterm.SlackBuild b/system/graphterm/graphterm.SlackBuild
index 1133950005..6f0dd16a3f 100644
--- a/system/graphterm/graphterm.SlackBuild
+++ b/system/graphterm/graphterm.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=graphterm
-VERSION=${VERSION:-0.40.2}
+VERSION=${VERSION:-0.50.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -76,11 +76,12 @@ 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 COPYING LICENSE.txt PKG-INFO docs/* $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a COPYING LICENSE.txt PKG-INFO docs/*.rst $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
+cat $CWD/doinst.sh > $PKG/install/doinst.sh
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}