diff options
author | Tim Dickson (timsoft) <tim@tree-of-life.co.uk> | 2010-05-13 00:25:56 +0200 |
---|---|---|
committer | Chess Griffin <chess@slackbuilds.org> | 2010-05-13 00:25:56 +0200 |
commit | 46576ebbccea44f136173d0518a349a3f7b9fd39 (patch) | |
tree | 81b29bbc6065ebc319091716e296397629439c2e | |
parent | b08f62b597f64b47dc525631126d6b5c5c54476d (diff) |
games/abe: Updated for version 1.1
-rw-r--r-- | games/abe/README | 5 | ||||
-rw-r--r-- | games/abe/abe.SlackBuild | 2 | ||||
-rw-r--r-- | games/abe/abe.info | 2 |
3 files changed, 3 insertions, 6 deletions
diff --git a/games/abe/README b/games/abe/README index 27f2dcf82486..9a10f73e5ac3 100644 --- a/games/abe/README +++ b/games/abe/README @@ -1,8 +1,3 @@ Abe is a scrolling, platform-jumping, key-collecting, ancient pyramid exploring game, vaguely in the style of similar games for the Commodore+4. The game is intended to show young people all the cool games they missed. - -Abe depends on SDL and SDL_mixer. All dependancies are included in the Slackware -12.2 SDL package. - -Homepage: http://abe.sourceforge.net diff --git a/games/abe/abe.SlackBuild b/games/abe/abe.SlackBuild index 78b44c823586..3a0f91ff2a7e 100644 --- a/games/abe/abe.SlackBuild +++ b/games/abe/abe.SlackBuild @@ -117,4 +117,4 @@ cat $CWD/slack-desc > $PKG/install/slack-desc cat $CWD/doinst.sh > $PKG/install/doinst.sh cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/games/abe/abe.info b/games/abe/abe.info index cf719e05f667..007881c8a08b 100644 --- a/games/abe/abe.info +++ b/games/abe/abe.info @@ -2,7 +2,9 @@ PRGNAM="abe" VERSION="1.1" HOMEPAGE="http://abe.sourceforge.net/" DOWNLOAD="http://heanet.dl.sourceforge.net/sourceforge/abe/abe-1.1.tar.gz" +DOWNLOAD_x86_64="" MD5SUM="5537920e1746708e1a631d84d3500f5c" +MD5SUM_x86_64="" MAINTAINER="Tim Dickson (timsoft)" EMAIL="tim@tree-of-life.co.uk" APPROVED="chess" |