games/abe: Updated for version 1.1

This commit is contained in:
Tim Dickson (timsoft) 2010-05-13 00:25:56 +02:00 committed by Chess Griffin
parent b08f62b597
commit 46576ebbcc
3 changed files with 3 additions and 6 deletions

View file

@ -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

View file

@ -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}

View file

@ -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"