wok-4.x rev 10427
libsdl-net: fix bdeps
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue May 24 21:04:02 2011 +0200 (2011-05-24) |
parents | 72ccbd1efeb2 |
children | 6cc1797db326 |
files | libsdl-net/receipt |
line diff
1.1 --- a/libsdl-net/receipt Tue May 24 13:53:15 2011 +0000 1.2 +++ b/libsdl-net/receipt Tue May 24 21:04:02 2011 +0200 1.3 @@ -6,16 +6,17 @@ 1.4 CATEGORY="x-window" 1.5 SHORT_DESC="SDL net support." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -DEPENDS="libsdl" 1.8 TARBALL="$SOURCE-$VERSION.tar.gz" 1.9 WEB_SITE="http://www.libsdl.org/projects/SDL_net/" 1.10 WGET_URL="http://www.libsdl.org/projects/SDL_net/release/$TARBALL" 1.11 1.12 +DEPENDS="libsdl" 1.13 +BUILD_DEPENDS="libsdl-dev" 1.14 + 1.15 # Rules to configure and make the package. 1.16 compile_rules() 1.17 { 1.18 - cd $src 1.19 - ./configure && make && make install 1.20 + ./configure $CONFIGURE_ARGS && make && make install 1.21 } 1.22 1.23 # Rules to gen a SliTaz package suitable for Tazpkg.