diff options
author | B. Watson <yalhcru@gmail.com> | 2013-06-22 15:15:41 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2013-06-22 15:15:41 -0300 |
commit | 59984be706ac8501472a9dc1df55da1927d4724f (patch) | |
tree | 57dfa2067ca571da51b33e015986f96d5a072a1d /games/alephone/alephone.SlackBuild | |
parent | efdc201dca8067a34c779cbe506b87025f0694c7 (diff) | |
download | slackbuilds-59984be706ac8501472a9dc1df55da1927d4724f.tar.gz |
games/alephone: Updated for version 20120514.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'games/alephone/alephone.SlackBuild')
-rw-r--r-- | games/alephone/alephone.SlackBuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/games/alephone/alephone.SlackBuild b/games/alephone/alephone.SlackBuild index 214363c422..b712dd3a58 100644 --- a/games/alephone/alephone.SlackBuild +++ b/games/alephone/alephone.SlackBuild @@ -7,8 +7,8 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. PRGNAM=alephone -VERSION=${VERSION:-20111201} -BUILD=${BUILD:-2} +VERSION=${VERSION:-20120514} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -45,7 +45,7 @@ SRCNAM="AlephOne" rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $PRGNAM-$VERSION +rm -rf $SRCNAM-$VERSION tar xvf $CWD/$SRCNAM-$VERSION.tar.bz2 cd $SRCNAM-$VERSION chown -R root:root . @@ -79,11 +79,9 @@ gzip -9 $PKG/usr/man/man?/*.? mkdir -p $PKG/usr/share/pixmaps cat $CWD/$PRGNAM.png > $PKG/usr/share/pixmaps/$PRGNAM.png -# ChangeLog is 0 bytes in 20111201 release. If updating this script, -# check the new ChangeLog and add it here if not empty. mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ - AUTHORS COPYING README THANKS examples docs/*.html \ + ChangeLog AUTHORS COPYING README THANKS examples docs/*.html \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild |