diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-03-07 22:21:38 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-03-12 06:42:46 +0700 |
commit | ec9772a6d6ba7eab6d4f495853587cae34f56df7 (patch) | |
tree | 99fd59d3f435345e0740216a05e5317917918de2 /python/sge-pygame/sge-pygame.SlackBuild | |
parent | 88125b4334b330a3565e7df3d9f5eee6c4d8d33c (diff) | |
download | slackbuilds-ec9772a6d6ba7eab6d4f495853587cae34f56df7.tar.gz |
python/sge-pygame: Updated for version 0.23.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/sge-pygame/sge-pygame.SlackBuild')
-rw-r--r-- | python/sge-pygame/sge-pygame.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/sge-pygame/sge-pygame.SlackBuild b/python/sge-pygame/sge-pygame.SlackBuild index b81cef6a2b..dc20073b33 100644 --- a/python/sge-pygame/sge-pygame.SlackBuild +++ b/python/sge-pygame/sge-pygame.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for sge-pygame -# Copyright 2014-2015 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece # 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=sge-pygame -VERSION=${VERSION:-0.18.2} +VERSION=${VERSION:-0.23} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -75,7 +75,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 WHATSNEW* VERSION* doc/*.html $PKG/usr/doc/$PRGNAM-$VERSION +cp -a README WHATSNEW* VERSION* $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install |