wok-4.x diff libpng/receipt @ rev 11832
Up: perl-libwww (6.04)
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Mon Feb 27 00:27:31 2012 +0100 (2012-02-27) |
parents | 8f3746fffb81 |
children |
line diff
1.1 --- a/libpng/receipt Sat Feb 25 17:30:58 2012 +0100 1.2 +++ b/libpng/receipt Mon Feb 27 00:27:31 2012 +0100 1.3 @@ -1,17 +1,16 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libpng" 1.7 -VERSION="1.5.9" 1.8 +VERSION="1.2.47" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="PNG images library." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.13 -BUILD_DEPENDS="pkg-config" 1.14 WEB_SITE="http://libpng.org/pub/png/libpng.html" 1.15 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.16 1.17 DEPENDS="zlib" 1.18 -BUILD_DEPENDS="gawk zlib-dev" 1.19 +BUILD_DEPENDS="pkg-config gawk zlib-dev" 1.20 1.21 # Rules to configure and make the package. 1.22 compile_rules()