From dfef38d41ea911df52c0864351b58972f0bf8327 Mon Sep 17 00:00:00 2001 From: Dugan Chen Date: Mon, 12 Dec 2011 09:15:06 -0200 Subject: games/gargoyle: Updated for version 2011.1. Signed-off-by: Niels Horn --- games/gargoyle/gargoyle.SlackBuild | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) (limited to 'games/gargoyle/gargoyle.SlackBuild') 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 \ -- cgit v1.2.3