wok rev 21688

updated pngquant (2.7.0 -> 2.12.3)
author Hans-G?nter Theisgen
date Mon Jun 03 16:14:30 2019 +0100 (2019-06-03)
parents 2f427dd95bbc
children 33835fef1486
files pngquant/receipt
line diff
     1.1 --- a/pngquant/receipt	Mon Jun 03 15:41:34 2019 +0100
     1.2 +++ b/pngquant/receipt	Mon Jun 03 16:14:30 2019 +0100
     1.3 @@ -1,14 +1,15 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="pngquant"
     1.7 -VERSION="2.7.0"
     1.8 +VERSION="2.12.3"
     1.9  CATEGORY="graphics"
    1.10 -SHORT_DESC="Command-line utility and a library for lossy compression of PNG images"
    1.11 +SHORT_DESC="Command-line utility and a library for lossy compression of PNG images."
    1.12  MAINTAINER="al.bobylev@gmail.com"
    1.13  LICENSE="GPL3"
    1.14  WEB_SITE="https://pngquant.org/"
    1.15 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 -WGET_URL="https://github.com/pornel/pngquant/archive/$VERSION.tar.gz"
    1.17 +
    1.18 +TARBALL="$PACKAGE-$VERSION-src.tar.gz"
    1.19 +WGET_URL="${WEB_SITE}/$TARBALL"
    1.20  
    1.21  DEPENDS="lcms2 libpng"
    1.22  BUILD_DEPENDS="lcms2-dev libpng-dev"
    1.23 @@ -16,10 +17,11 @@
    1.24  # Rules to configure and make the package.
    1.25  compile_rules()
    1.26  {
    1.27 -	./configure \
    1.28 -		--prefix=/usr \
    1.29 +	./configure		\
    1.30 +		--prefix=/usr	\
    1.31  		$CONFIGURE_ARGS &&
    1.32 -	make && make install
    1.33 +	make &&
    1.34 +	make install
    1.35  
    1.36  	find $install -name pngquant.1 -exec gzip -9 \{\} \;
    1.37  }