wok diff libpng/receipt @ rev 14844
tightvnc-viewer: improve receipt
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Thu Jul 18 01:30:55 2013 +0200 (2013-07-18) |
parents | 8f3746fffb81 |
children | 51a1ebbda768 |
line diff
1.1 --- a/libpng/receipt Sat Feb 25 17:30:58 2012 +0100 1.2 +++ b/libpng/receipt Thu Jul 18 01:30:55 2013 +0200 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()