summaryrefslogtreecommitdiffstats
path: root/python/pyasn1/pyasn1.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'python/pyasn1/pyasn1.SlackBuild')
-rw-r--r--python/pyasn1/pyasn1.SlackBuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/python/pyasn1/pyasn1.SlackBuild b/python/pyasn1/pyasn1.SlackBuild
index 27e739d550..04937b6c32 100644
--- a/python/pyasn1/pyasn1.SlackBuild
+++ b/python/pyasn1/pyasn1.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for pyasn1
-# Copyright 2011-2016 Markus Reichelt, Aachen, DE
+# Copyright 2011-2018 Markus Reichelt, Aachen, DE
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +25,7 @@
# Markus Reichelt, slackbuilds@mareichelt.de, 0xCCEEF115
PRGNAM=pyasn1
-VERSION=${VERSION:-0.1.9}
+VERSION=${VERSION:-0.4.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -77,9 +77,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 \
- README* THANKS* TODO* CHANGES* LICENSE* \
- $PKG/usr/doc/$PRGNAM-$VERSION
+cp -ar *.rst *.md docs/ $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install