# HG changeset patch # User Pascal Bellard # Date 1346849588 -7200 # Node ID e2ec61dec110545d21dc75e0195c0934ae7ee799 # Parent 6020e263cbbc2a3d433117615c62bc2f565ca0e6 icoutils: fix bdeps diff -r 6020e263cbbc -r e2ec61dec110 get-playonlinux/stuff/get-playonlinux --- a/get-playonlinux/stuff/get-playonlinux Wed Sep 05 14:45:15 2012 +0200 +++ b/get-playonlinux/stuff/get-playonlinux Wed Sep 05 14:53:08 2012 +0200 @@ -8,7 +8,8 @@ busybox wget -s $URL || URL=http://www.playonlinux.com/en/download.html URL=$(wget -O - $URL | sed '/z2*"/!d;s/.*ref="\([^"]*\).*/\1/') wget -O - $URL | tar xzf - -for i in bash wxpython cabextract imagemagick gnupg wine wget icoutils ; do +for i in bash wxpython cabextract imagemagick gnupg wine wget icoutils \ + p7zip-full; do [ -d /var/lib/tazpkg/installed/$i/ ] || tazpkg get-install $i done cd playonlinux diff -r 6020e263cbbc -r e2ec61dec110 icoutils/receipt --- a/icoutils/receipt Wed Sep 05 14:45:15 2012 +0200 +++ b/icoutils/receipt Wed Sep 05 14:53:08 2012 +0200 @@ -8,21 +8,18 @@ TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.nongnu.org/icoutils" WGET_URL="http://savannah.nongnu.org/download/$PACKAGE/$TARBALL" -#http://savannah.nongnu.org/download/icoutils/icoutils-0.30.0.tar.bz2 -DEPENDS="png" -BUILD_DEPENDS="png-dev" +DEPENDS="libpng" +BUILD_DEPENDS="libpng-dev libpng" # Rules to configure and make the package. compile_rules() { cd $src ./configure --prefix=/usr --mandir=/usr/share/man \ - --localstatedir=/var \ $CONFIGURE_ARGS && make && - make -j 1 DESTDIR=$DESTDIR install -return 1 + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg.