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/gargoyle.SlackBuild | |
parent | 25920494462ff5e3ca854707668d82322f2d8bd1 (diff) | |
download | slackbuilds-dfef38d41ea911df52c0864351b58972f0bf8327.tar.gz |
games/gargoyle: Updated for version 2011.1.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'games/gargoyle/gargoyle.SlackBuild')
-rw-r--r-- | games/gargoyle/gargoyle.SlackBuild | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/games/gargoyle/gargoyle.SlackBuild b/games/gargoyle/gargoyle.SlackBuild index 273357697f..a3b76a3d2a 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 \ |