From 59984be706ac8501472a9dc1df55da1927d4724f Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sat, 22 Jun 2013 15:15:41 -0300 Subject: games/alephone: Updated for version 20120514. Signed-off-by: Niels Horn --- games/alephone/alephone.SlackBuild | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'games/alephone/alephone.SlackBuild') 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 -- cgit v1.2.3-65-gdbad