wok diff libpng/receipt @ rev 11574
Replace all '-j 4' occurences by ''
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Mon Jan 02 23:06:19 2012 +0100 (2012-01-02) |
parents | 8a245ae85a2d |
children | 8f3746fffb81 |
line diff
1.1 --- a/libpng/receipt Sat Nov 26 03:56:37 2011 +0000 1.2 +++ b/libpng/receipt Mon Jan 02 23:06:19 2012 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libpng" 1.7 -VERSION="1.4.8" 1.8 +VERSION="1.2.46" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="PNG images library." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -11,17 +11,10 @@ 1.13 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.14 DEPENDS="zlib" 1.15 1.16 -PATCH="$SF_MIRROR/libpng-apng/$PACKAGE-$VERSION-apng.patch.gz" 1.17 - 1.18 # Rules to configure and make the package. 1.19 compile_rules() 1.20 { 1.21 cd $src 1.22 - [ -s $SOURCES_REPOSITORY/$(basename $PATCH) ] || 1.23 - wget -P $SOURCES_REPOSITORY $PATCH 1.24 - # Add animated PNG (apng) support 1.25 - # see http://sourceforge.net/projects/libpng-apng/ 1.26 - zcat $(basename $PATCH) | patch -p1 1.27 ./configure \ 1.28 --enable-shared \ 1.29 --prefix=/usr \