diff options
author | Dugan Chen <dugan [underscore] c [at] fastmail [dot] fm> | 2011-12-12 09:15:06 -0200 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-12-12 09:15:06 -0200 |
commit | dfef38d41ea911df52c0864351b58972f0bf8327 (patch) | |
tree | 48e1bd269948203255596c5a5cff7b1818df0c21 /games/gargoyle | |
parent | 25920494462ff5e3ca854707668d82322f2d8bd1 (diff) |
games/gargoyle: Updated for version 2011.1.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'games/gargoyle')
-rw-r--r-- | games/gargoyle/README | 5 | ||||
-rw-r--r-- | games/gargoyle/gargoyle.SlackBuild | 15 | ||||
-rw-r--r-- | games/gargoyle/gargoyle.info | 6 |
3 files changed, 6 insertions, 20 deletions
diff --git a/games/gargoyle/README b/games/gargoyle/README index 9889bb6c40fd..a6d83240ea67 100644 --- a/games/gargoyle/README +++ b/games/gargoyle/README @@ -2,9 +2,6 @@ The Gargoyle interactive fiction interpreter. Supports most formats. -If you have both smpeg SDL_sound installed, then you can build Gargoyle -with audio support. Pass SOUND=yes to the script. - Once you have it installed, configure it by editing /etc/garglk.ini -This requires jam. +Requires jam, SDL_sound, smpeg. diff --git a/games/gargoyle/gargoyle.SlackBuild b/games/gargoyle/gargoyle.SlackBuild index 273357697f09..a3b76a3d2ade 100644 --- a/games/gargoyle/gargoyle.SlackBuild +++ b/games/gargoyle/gargoyle.SlackBuild @@ -2,19 +2,13 @@ # Slackware build script for gargoyle -# Written by Dugan Chen (dugan_c@fastmail.fm) +# Written by Dugan Chen (dugan [underscore] c [at] fastmail [dot] fm) PRGNAM=gargoyle -VERSION=${VERSION:-2010.1} +VERSION=${VERSION:-2011.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Set this to yes if you want sound support and have the following -# installed: -# * smpeg -# # SDL_sound -SOUND=${SOUND:-no} - if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; @@ -58,11 +52,6 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -if [ $SOUND = "no" ] -then - sed -i 's/USESDL\s=/#USESDL =/' Jamrules -fi - jam -s DESTDIR=$PKG \ -s _BINDIR=/usr/libexec/gargoyle \ -s _APPDIR=/usr/libexec/gargoyle \ diff --git a/games/gargoyle/gargoyle.info b/games/gargoyle/gargoyle.info index d81b638f8d01..93c6079ebba4 100644 --- a/games/gargoyle/gargoyle.info +++ b/games/gargoyle/gargoyle.info @@ -1,8 +1,8 @@ PRGNAM="gargoyle" -VERSION="2010.1" +VERSION="2011.1" HOMEPAGE="http://ccxvii.net/gargoyle/" -DOWNLOAD="http://garglk.googlecode.com/files/gargoyle-2010.1-sources.zip" -MD5SUM="5b1b3a79b7c1a5ad2c85bef9717de088" +DOWNLOAD="http://garglk.googlecode.com/files/gargoyle-2011.1-sources.zip" +MD5SUM="41b91504ff237f132b761fa3c66d416a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Dugan Chen" |