games/abe: Updated for version 1.1
This commit is contained in:
parent
b08f62b597
commit
46576ebbcc
|
@ -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
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue