wok-4.x diff libpng/receipt @ rev 11820
Up: thunderbird to 10.0.2.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat Feb 25 14:16:39 2012 -0500 (2012-02-25) |
parents | 8f3746fffb81 |
children |
line diff
1.1 --- a/libpng/receipt Sat Feb 25 17:30:58 2012 +0100 1.2 +++ b/libpng/receipt Sat Feb 25 14:16:39 2012 -0500 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()