wok diff libsdl-net/receipt @ rev 9504

Up: dhcp and dhcp6 to 4.2.1-P1.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Apr 05 22:31:31 2011 +0000 (2011-04-05)
parents e8024c01fc47
children a3d1232afa49
line diff
     1.1 --- a/libsdl-net/receipt	Sat Jun 13 12:19:10 2009 +0200
     1.2 +++ b/libsdl-net/receipt	Tue Apr 05 22:31:31 2011 +0000
     1.3 @@ -6,8 +6,7 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="SDL net support."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -DEPENDS="xorg libsdl"
     1.8 -BUILD_DEPENDS="xorg-dev libsdl-dev"
     1.9 +DEPENDS="libsdl"
    1.10  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.11  WEB_SITE="http://www.libsdl.org/projects/SDL_net/"
    1.12  WGET_URL="http://www.libsdl.org/projects/SDL_net/release/$TARBALL"
    1.13 @@ -16,9 +15,7 @@
    1.14  compile_rules()
    1.15  {
    1.16  	cd $src
    1.17 -	./configure --prefix=/usr $CONFIGURE_ARGS &&
    1.18 -	make &&
    1.19 -	make DESTDIR=$PWD/_pkg install
    1.20 +	./configure && make && make install
    1.21  }
    1.22  
    1.23  # Rules to gen a SliTaz package suitable for Tazpkg.