wok rev 9890

libsdl-image: fix bdeps
author Christophe Lincoln <pankso@slitaz.org>
date Tue May 17 10:55:02 2011 +0200 (2011-05-17)
parents 8cfefe3f7f3b
children 735e7c699d90
files libsdl-image/receipt
line diff
     1.1 --- a/libsdl-image/receipt	Tue May 17 07:21:42 2011 +0200
     1.2 +++ b/libsdl-image/receipt	Tue May 17 10:55:02 2011 +0200
     1.3 @@ -9,20 +9,17 @@
     1.4  TARBALL="$SOURCE-$VERSION.tar.gz"
     1.5  WEB_SITE="http://www.libsdl.org/projects/SDL_image/"
     1.6  WGET_URL="http://www.libsdl.org/projects/SDL_image/release/$TARBALL"
     1.7 +
     1.8  DEPENDS="libsdl libpng jpeg zlib tiff"
     1.9 +DEPENDS="libsdl-dev libpng-dev jpeg-dev zlib-dev tiff-dev"
    1.10  
    1.11  # Rules to configure and make the package.
    1.12  compile_rules()
    1.13  {
    1.14  	cd $src
    1.15  	./configure \
    1.16 -		--prefix=/usr \
    1.17 -		--mandir=/usr/share/man \
    1.18 -		--infodir=/usr/share/info \
    1.19 -		LIBS=" -lz " \
    1.20 -		$CONFIGURE_ARGS &&
    1.21 -	make &&
    1.22 -	make DESTDIR=$PWD/_pkg install
    1.23 +		LIBS=" -lz " &&
    1.24 +	make && make install
    1.25  }
    1.26  
    1.27  # Rules to gen a SliTaz package suitable for Tazpkg.