summaryrefslogtreecommitdiffstats
path: root/python/asn1crypto/asn1crypto.SlackBuild
diff options
context:
space:
mode:
author Markus Reichelt2018-01-01 11:21:23 +0100
committer Willy Sudiarto Raharjo2018-01-06 00:55:12 +0100
commit4451c4f69195e3238f528d02405f0d2d127dbfd5 (patch)
tree5c0a4dd134c5e794dba219975db25589851eb555 /python/asn1crypto/asn1crypto.SlackBuild
parentcd68840b3cfb8f85aa3d56568eff9df615a5cfaa (diff)
downloadslackbuilds-4451c4f69195e3238f528d02405f0d2d127dbfd5.tar.gz
python/asn1crypto: Updated for version 0.24.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/asn1crypto/asn1crypto.SlackBuild')
-rw-r--r--python/asn1crypto/asn1crypto.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/python/asn1crypto/asn1crypto.SlackBuild b/python/asn1crypto/asn1crypto.SlackBuild
index 2e99eb5bfa..577f6a0a5e 100644
--- a/python/asn1crypto/asn1crypto.SlackBuild
+++ b/python/asn1crypto/asn1crypto.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for asn1crypto
#
-# 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=asn1crypto
-VERSION=${VERSION:-0.21.1}
+VERSION=${VERSION:-0.24.0}
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 -a LICENSE changelog.* docs/* $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install