summaryrefslogtreecommitdiff
path: root/network/uget/uget.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'network/uget/uget.SlackBuild')
-rw-r--r--network/uget/uget.SlackBuild16
1 files changed, 10 insertions, 6 deletions
diff --git a/network/uget/uget.SlackBuild b/network/uget/uget.SlackBuild
index cfea3b4478..ff7fcccee7 100644
--- a/network/uget/uget.SlackBuild
+++ b/network/uget/uget.SlackBuild
@@ -6,6 +6,13 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+# 20170324 bkw:
+# - update for 2.0.9
+# - AUTHORS no longer empty, include in package
+
+# 20160727 bkw:
+# - upgrade to 2.0.8
+
# 20150910 bkw:
# - upgrade to 2.0.1
# - get rid of curlopt_nosignal.diff (no longer needed)
@@ -16,11 +23,8 @@
# - install developer docs doc/*.txt
# - don't install empty AUTHORS and ChangeLog
-# 20160727 bkw:
-# - upgrade to 2.0.8
-
PRGNAM=uget
-VERSION=${VERSION:-2.0.8}
+VERSION=${VERSION:-2.0.9}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -84,9 +88,9 @@ make
make install-strip DESTDIR=$PKG
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-# 20150910 bkw: AUTHORS and ChangeLog are 0-byte placeholders in uget-2.0.1,
+# 20170324 bkw: NEWS and ChangeLog are 0-byte placeholders in uget-2.0.9,
# add them back if this changes in future releases.
-cp -a COPYING README doc/*.txt $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a AUTHORS COPYING README doc/*.txt $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install