diff options
-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 27f2dcf824..9a10f73e5a 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 78b44c8235..3a0f91ff2a 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 cf719e05f6..007881c8a0 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" |