mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
games/gargoyle: Updated for version 2011.1.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
2592049446
commit
dfef38d41e
3 changed files with 6 additions and 20 deletions
|
@ -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.
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue