diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2017-01-12 21:30:07 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-15 06:35:46 +0700 |
commit | e61b0b14807fd45f2d5708ba24692e9220b0426e (patch) | |
tree | 2e056520ed58dd45e008d6793e0803729e1984cb /python/pyicu/pyicu.SlackBuild | |
parent | 040214cc8ee9973a7139072f019613dcda9f6c61 (diff) | |
download | slackbuilds-e61b0b14807fd45f2d5708ba24692e9220b0426e.tar.gz |
python/pyicu: Updated for version 1.9.5.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'python/pyicu/pyicu.SlackBuild')
-rw-r--r-- | python/pyicu/pyicu.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/pyicu/pyicu.SlackBuild b/python/pyicu/pyicu.SlackBuild index bc663af547..19bf29f4b2 100644 --- a/python/pyicu/pyicu.SlackBuild +++ b/python/pyicu/pyicu.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for pyicu -# Copyright 2009-2015 Heinz Wiesinger, Amsterdam, The Netherlands +# Copyright 2009-2017 Heinz Wiesinger, Amsterdam, The Netherlands # 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=pyicu -VERSION=1.8 +VERSION=1.9.5 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -63,7 +63,7 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a CHANGES CREDITS LICENSE PKG-INFO README \ +cp -a CHANGES CREDITS LICENSE PKG-INFO README.md \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild |