wok diff icoutils/receipt @ rev 14396

ecore-dev: update deps
author Dominique Corbex <domcox@slitaz.org>
date Tue Apr 23 17:24:01 2013 +0200 (2013-04-23)
parents 6020e263cbbc
children 2b9f96603415
line diff
     1.1 --- a/icoutils/receipt	Wed Sep 05 14:45:15 2012 +0200
     1.2 +++ b/icoutils/receipt	Tue Apr 23 17:24:01 2013 +0200
     1.3 @@ -8,21 +8,18 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.5  WEB_SITE="http://www.nongnu.org/icoutils"
     1.6  WGET_URL="http://savannah.nongnu.org/download/$PACKAGE/$TARBALL"
     1.7 -#http://savannah.nongnu.org/download/icoutils/icoutils-0.30.0.tar.bz2
     1.8  
     1.9 -DEPENDS="png"
    1.10 -BUILD_DEPENDS="png-dev"
    1.11 +DEPENDS="libpng"
    1.12 +BUILD_DEPENDS="libpng-dev libpng"
    1.13  
    1.14  # Rules to configure and make the package.
    1.15  compile_rules()
    1.16  {
    1.17  	cd $src
    1.18  	./configure --prefix=/usr --mandir=/usr/share/man \
    1.19 -		--localstatedir=/var \
    1.20  		$CONFIGURE_ARGS &&
    1.21  	make &&
    1.22 -	make -j 1 DESTDIR=$DESTDIR install
    1.23 -return 1
    1.24 +	make DESTDIR=$DESTDIR install
    1.25  }
    1.26  
    1.27  # Rules to gen a SliTaz package suitable for Tazpkg.