wok diff libsdl-net/receipt @ rev 2476

libpng, libtheora-enc, libwnck, libsdl-*: update depends
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Mar 15 20:19:07 2009 +0000 (2009-03-15)
parents c3908f5b155d
children a7b619564b2b
line diff
     1.1 --- a/libsdl-net/receipt	Mon Aug 04 15:39:46 2008 +0200
     1.2 +++ b/libsdl-net/receipt	Sun Mar 15 20:19:07 2009 +0000
     1.3 @@ -6,7 +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 +DEPENDS="xorg libSDL libiconv"
     1.9  BUILD_DEPENDS="xorg-dev libSDL-dev"
    1.10  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.11  WEB_SITE="http://www.libsdl.org/projects/SDL_net/"
    1.12 @@ -16,8 +16,8 @@
    1.13  compile_rules()
    1.14  {
    1.15  	cd $src
    1.16 -	./configure --prefix=/usr $CONFIGURE_ARGS
    1.17 -	make
    1.18 +	./configure --prefix=/usr $CONFIGURE_ARGS &&
    1.19 +	make &&
    1.20  	make DESTDIR=$PWD/_pkg install
    1.21  }
    1.22