# HG changeset patch # User Hans-G?nter Theisgen # Date 1559574870 -3600 # Node ID 27a58646ef66eb19069c8069be1eafb9e51b5e16 # Parent 2f427dd95bbcb30668c9c5506bf05118db1056e1 updated pngquant (2.7.0 -> 2.12.3) diff -r 2f427dd95bbc -r 27a58646ef66 pngquant/receipt --- a/pngquant/receipt Mon Jun 03 15:41:34 2019 +0100 +++ b/pngquant/receipt Mon Jun 03 16:14:30 2019 +0100 @@ -1,14 +1,15 @@ # SliTaz package receipt. PACKAGE="pngquant" -VERSION="2.7.0" +VERSION="2.12.3" CATEGORY="graphics" -SHORT_DESC="Command-line utility and a library for lossy compression of PNG images" +SHORT_DESC="Command-line utility and a library for lossy compression of PNG images." MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL3" WEB_SITE="https://pngquant.org/" -TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="https://github.com/pornel/pngquant/archive/$VERSION.tar.gz" + +TARBALL="$PACKAGE-$VERSION-src.tar.gz" +WGET_URL="${WEB_SITE}/$TARBALL" DEPENDS="lcms2 libpng" BUILD_DEPENDS="lcms2-dev libpng-dev" @@ -16,10 +17,11 @@ # Rules to configure and make the package. compile_rules() { - ./configure \ - --prefix=/usr \ + ./configure \ + --prefix=/usr \ $CONFIGURE_ARGS && - make && make install + make && + make install find $install -name pngquant.1 -exec gzip -9 \{\} \; }