summaryrefslogtreecommitdiffstats
path: root/python/hyperlink/hyperlink.SlackBuild
diff options
context:
space:
mode:
author Markus Reichelt2018-01-01 11:38:06 +0100
committer Willy Sudiarto Raharjo2018-01-06 00:55:14 +0100
commit6bf43b3cdf39bf6aab0e3db241d31c0a2eed5011 (patch)
treeeedb4e0b20656a71d78c40b96e033a9e7d1b74e9 /python/hyperlink/hyperlink.SlackBuild
parent98ea4efd44ec009d32630441132bd9f2956aed9e (diff)
downloadslackbuilds-6bf43b3cdf39bf6aab0e3db241d31c0a2eed5011.tar.gz
python/hyperlink: Updated for version 17.3.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/hyperlink/hyperlink.SlackBuild')
-rw-r--r--python/hyperlink/hyperlink.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/python/hyperlink/hyperlink.SlackBuild b/python/hyperlink/hyperlink.SlackBuild
index 13a88e730e..f617603226 100644
--- a/python/hyperlink/hyperlink.SlackBuild
+++ b/python/hyperlink/hyperlink.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for hyperlink
#
-# Copyright 2017 Markus Reichelt, Aachen, DE
+# Copyright 2017-2018 Markus Reichelt, Aachen, DE
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=hyperlink
-VERSION=${VERSION:-17.2.0}
+VERSION=${VERSION:-17.3.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -76,6 +76,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 -ar LICENSE *.md docs/ $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install