wok diff libpng/receipt @ rev 14885

Up: python-kiwi (1.9.29)
author Claudinei Pereira <claudinei@slitaz.org>
date Wed Jul 24 18:59:52 2013 -0300 (2013-07-24)
parents 8f3746fffb81
children 51a1ebbda768
line diff
     1.1 --- a/libpng/receipt	Sat Feb 25 17:30:58 2012 +0100
     1.2 +++ b/libpng/receipt	Wed Jul 24 18:59:52 2013 -0300
     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()