diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2018-04-19 08:57:49 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-04-19 08:57:49 +0700 |
commit | c68f7793cdbae7a0c318787cf130a12453982d55 (patch) | |
tree | e56e35bf8b305e04d55479901c162942275c233a /libraries/pyPEG2/pyPEG2.SlackBuild | |
parent | 7d717f7c0a11d7c395de0a1928120a707aa87814 (diff) |
libraries/pyPEG2: Update SlackBuild and README.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/pyPEG2/pyPEG2.SlackBuild')
-rw-r--r-- | libraries/pyPEG2/pyPEG2.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libraries/pyPEG2/pyPEG2.SlackBuild b/libraries/pyPEG2/pyPEG2.SlackBuild index 669bcfbf82ac6..bed8af19c4ddf 100644 --- a/libraries/pyPEG2/pyPEG2.SlackBuild +++ b/libraries/pyPEG2/pyPEG2.SlackBuild @@ -2,7 +2,7 @@ # # Slackware build script for pyPEG2. # -# Copyright 2015-2017 Edinaldo P. Silva, Rio de Janeiro, Brazil. +# Copyright 2015-2018 Edinaldo P. Silva, Rio de Janeiro, Brazil. # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ PRGNAM=pyPEG2 VERSION=${VERSION:-2.15.2} -BUILD=${BUILD:-3} +BUILD=${BUILD:-4} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -72,7 +72,7 @@ find -L . \ python setup.py build python setup.py install --root=$PKG -# Build mutagen with python3. Default is no. +# Build pyPEG2 with python3. Default is no. if [ "${PYTHON3:-no}" == "yes" ]; then python3 setup.py build python3 setup.py install --root=$PKG @@ -82,7 +82,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 CHANGES.txt LICENSE.txt PKG-INFO README.txt TODO.txt $PKG/usr/doc/$PRGNAM-$VERSION +cp CHANGES.txt LICENSE.txt PKG-INFO README.txt TODO.txt $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install |