diff options
author | Carlos Corbacho <carlos@strangeworlds.co.uk> | 2014-08-25 07:26:09 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-08-30 14:19:19 +0700 |
commit | 9e81ed8339bb59b58bb6c6339192a3c1f46f98a2 (patch) | |
tree | 510ec70f2ff5747627ffe07f5dbaa36185b518df /games/dgen | |
parent | 97d2ed10d3e04f438482240267ebd929df3d34da (diff) | |
download | slackbuilds-9e81ed8339bb59b58bb6c6339192a3c1f46f98a2.tar.gz |
games/dgen: Updated for version 1.33.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/dgen')
-rw-r--r-- | games/dgen/dgen.SlackBuild | 16 | ||||
-rw-r--r-- | games/dgen/dgen.info | 8 |
2 files changed, 11 insertions, 13 deletions
diff --git a/games/dgen/dgen.SlackBuild b/games/dgen/dgen.SlackBuild index f977afc2e1..edd1071b79 100644 --- a/games/dgen/dgen.SlackBuild +++ b/games/dgen/dgen.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for dgen -# Copyright 2012 Carlos Corbacho <carlos@strangeworlds.co.uk> +# Copyright 2012, 2014 Carlos Corbacho <carlos@strangeworlds.co.uk> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ PRGNAM=dgen SRCNAM=dgen-sdl -VERSION=${VERSION:-1.31} +VERSION=${VERSION:-1.33} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -65,10 +65,10 @@ tar xvf $CWD/$SRCNAM-$VERSION.tar.gz cd $SRCNAM-$VERSION chown -R root:root . find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \ - -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; + \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ + -o -perm 511 \) -exec chmod 755 {} \; -o \ + \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ @@ -94,9 +94,7 @@ for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; r # Copy program documentation into the package mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a \ - AUTHORS BUGS COPYING ChangeLog NEWS README \ - $PKG/usr/doc/$PRGNAM-$VERSION +cp -a AUTHORS BUGS COPYING ChangeLog README $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/games/dgen/dgen.info b/games/dgen/dgen.info index c8f0e28ccd..27c8c53a29 100644 --- a/games/dgen/dgen.info +++ b/games/dgen/dgen.info @@ -1,8 +1,8 @@ PRGNAM="dgen" -VERSION="1.31" -HOMEPAGE="http://dgen.sourceforge.net" -DOWNLOAD="http://downloads.sourceforge.net/dgen/dgen-sdl-1.31.tar.gz" -MD5SUM="3f297010cc17c471c8c66652d9dee905" +VERSION="1.33" +HOMEPAGE="http://dbus.sourceforge.net" +DOWNLOAD="http://downloads.sourceforge.net/dgen/dgen-sdl-1.33.tar.gz" +MD5SUM="48a8b287985ccba6f26806e7ca80067c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |