wok-6.x rev 13339
icoutils: fix bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Sep 05 14:53:08 2012 +0200 (2012-09-05) |
parents | 6020e263cbbc |
children | eea42880f1a2 |
files | get-playonlinux/stuff/get-playonlinux icoutils/receipt |
line diff
1.1 --- a/get-playonlinux/stuff/get-playonlinux Wed Sep 05 14:45:15 2012 +0200 1.2 +++ b/get-playonlinux/stuff/get-playonlinux Wed Sep 05 14:53:08 2012 +0200 1.3 @@ -8,7 +8,8 @@ 1.4 busybox wget -s $URL || URL=http://www.playonlinux.com/en/download.html 1.5 URL=$(wget -O - $URL | sed '/z2*"/!d;s/.*ref="\([^"]*\).*/\1/') 1.6 wget -O - $URL | tar xzf - 1.7 -for i in bash wxpython cabextract imagemagick gnupg wine wget icoutils ; do 1.8 +for i in bash wxpython cabextract imagemagick gnupg wine wget icoutils \ 1.9 + p7zip-full; do 1.10 [ -d /var/lib/tazpkg/installed/$i/ ] || tazpkg get-install $i 1.11 done 1.12 cd playonlinux
2.1 --- a/icoutils/receipt Wed Sep 05 14:45:15 2012 +0200 2.2 +++ b/icoutils/receipt Wed Sep 05 14:53:08 2012 +0200 2.3 @@ -8,21 +8,18 @@ 2.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.5 WEB_SITE="http://www.nongnu.org/icoutils" 2.6 WGET_URL="http://savannah.nongnu.org/download/$PACKAGE/$TARBALL" 2.7 -#http://savannah.nongnu.org/download/icoutils/icoutils-0.30.0.tar.bz2 2.8 2.9 -DEPENDS="png" 2.10 -BUILD_DEPENDS="png-dev" 2.11 +DEPENDS="libpng" 2.12 +BUILD_DEPENDS="libpng-dev libpng" 2.13 2.14 # Rules to configure and make the package. 2.15 compile_rules() 2.16 { 2.17 cd $src 2.18 ./configure --prefix=/usr --mandir=/usr/share/man \ 2.19 - --localstatedir=/var \ 2.20 $CONFIGURE_ARGS && 2.21 make && 2.22 - make -j 1 DESTDIR=$DESTDIR install 2.23 -return 1 2.24 + make DESTDIR=$DESTDIR install 2.25 } 2.26 2.27 # Rules to gen a SliTaz package suitable for Tazpkg.