wok diff eduke32/receipt @ rev 3109

Up: dillo-hg (1102)
author Christophe Lincoln <pankso@slitaz.org>
date Sun May 17 23:58:31 2009 +0200 (2009-05-17)
parents 3eadd42e4748
children e8024c01fc47
line diff
     1.1 --- a/eduke32/receipt	Thu Apr 23 19:57:40 2009 +0200
     1.2 +++ b/eduke32/receipt	Sun May 17 23:58:31 2009 +0200
     1.3 @@ -3,10 +3,10 @@
     1.4  PACKAGE="eduke32"
     1.5  VERSION="20090313"
     1.6  CATEGORY="games"
     1.7 -SHORT_DESC=""
     1.8 +SHORT_DESC="Duke Nuken shoot them up port"
     1.9  MAINTAINER="mallory@sweetpeople.org"
    1.10  DEPENDS="libSDL libsdl-mixer libvorbis gtk+"
    1.11 -BUILD_DEPENDS="libSDL-dev libsdl-mixer-dev libvorbis-dev gtk+-dev"
    1.12 +BUILD_DEPENDS="libSDL-dev libsdl-mixer-dev libvorbis-dev gtk+-dev nasm"
    1.13  TARBALL="$PACKAGE""_src_20090131.zip"
    1.14  WEB_SITE="http://www.eduke32.com/"
    1.15  WGET_URL="http://wiki.eduke32.com/stuff/source_code/$TARBALL"
    1.16 @@ -18,7 +18,7 @@
    1.17  	cd $src
    1.18      	wget http://wiki.eduke32.com/stuff/source_code/eduke32_src_20090313.diff
    1.19     	patch -p1 < eduke32_src_20090313.diff
    1.20 -	make
    1.21 +	make || return 1
    1.22      	mkdir $src/_pkg
    1.23      	cp eduke32 mapster32 $src/_pkg
    1.24  }