wok diff opentyrian-classic/receipt @ rev 2986

Up: socat (2.0.0-b3)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Mon May 11 15:44:30 2009 +0200 (2009-05-11)
parents aecb1ba84c83
children e8024c01fc47
line diff
     1.1 --- a/opentyrian-classic/receipt	Mon Mar 09 20:19:06 2009 +0100
     1.2 +++ b/opentyrian-classic/receipt	Mon May 11 15:44:30 2009 +0200
     1.3 @@ -5,7 +5,7 @@
     1.4  CATEGORY="games"
     1.5  SHORT_DESC="OpenTyrian is a port of the DOS shoot-em-up Tyrian"
     1.6  MAINTAINER="mallory@skyrock.com"
     1.7 -DEPENDS="libSDL libsdl-mixer"
     1.8 +DEPENDS="libSDL libsdl-mixer libiconv libsdl-net"
     1.9  BUILD_DEPENDS="subversion libSDL-dev libsdl-mixer-dev"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.11  WEB_SITE="http://code.google.com/p/opentyrian/"
    1.12 @@ -18,7 +18,7 @@
    1.13  	cd "$WOK/$PACKAGE"
    1.14  	svn checkout -$VERSION http://opentyrian.googlecode.com/svn/trunk/classic "$PACKAGE-$VERSION"
    1.15  	cd $src
    1.16 -	make
    1.17 +	make || return 1
    1.18  	wget http://camanis.net/tyrian/tyrian21.zip
    1.19  	unzip tyrian21.zip
    1.20  }