wok-4.x diff lbreakout2/receipt @ rev 2506
newt: fix compile_rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Mar 16 12:31:37 2009 +0000 (2009-03-16) |
parents | d80b670ad79a |
children | e8024c01fc47 |
line diff
1.1 --- a/lbreakout2/receipt Wed Dec 31 16:16:07 2008 +0000 1.2 +++ b/lbreakout2/receipt Mon Mar 16 12:31:37 2009 +0000 1.3 @@ -9,7 +9,7 @@ 1.4 WEB_SITE="http://lgames.sourceforge.net/index.php?project=LBreakout2" 1.5 #WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.6 WGET_URL="http://prdownloads.sourceforge.net/lgames/$TARBALL" 1.7 -DEPENDS="libpng libSDL libsdl-mixer libiconv" 1.8 +DEPENDS="libpng libSDL libsdl-mixer libiconv zlib" 1.9 BUILD_DEPENDS="libpng-dev libSDL-dev" 1.10 1.11 # Rules to configure and make the package. 1.12 @@ -17,8 +17,8 @@ 1.13 { 1.14 cd $src 1.15 ./configure --prefix=/usr --infodir=/usr/share/info \ 1.16 - --disable-sdltest --mandir=/usr/share/man $CONFIGURE_ARGS 1.17 - make 1.18 + --disable-sdltest --mandir=/usr/share/man $CONFIGURE_ARGS && 1.19 + make && 1.20 make DESTDIR=$PWD/_pkg install 1.21 } 1.22