# HG changeset patch # User Christophe Lincoln # Date 1306263842 -7200 # Node ID a3d1232afa4915012d1685a3889427ceee854453 # Parent 72ccbd1efeb250bbb29633ca2d6fa6acb048713d libsdl-net: fix bdeps diff -r 72ccbd1efeb2 -r a3d1232afa49 libsdl-net/receipt --- a/libsdl-net/receipt Tue May 24 13:53:15 2011 +0000 +++ b/libsdl-net/receipt Tue May 24 21:04:02 2011 +0200 @@ -6,16 +6,17 @@ CATEGORY="x-window" SHORT_DESC="SDL net support." MAINTAINER="pankso@slitaz.org" -DEPENDS="libsdl" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://www.libsdl.org/projects/SDL_net/" WGET_URL="http://www.libsdl.org/projects/SDL_net/release/$TARBALL" +DEPENDS="libsdl" +BUILD_DEPENDS="libsdl-dev" + # Rules to configure and make the package. compile_rules() { - cd $src - ./configure && make && make install + ./configure $CONFIGURE_ARGS && make && make install } # Rules to gen a SliTaz package suitable for Tazpkg.