wok-6.x diff pngquant/receipt @ rev 22625
updated cyrus-imapd and cyrus-impad-dev (2.4.17 -> 3.0.13)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Jan 12 16:58:49 2020 +0100 (2020-01-12) |
parents | 73e9a7d984fc |
children | 2f82f2467b46 |
line diff
1.1 --- a/pngquant/receipt Thu May 12 00:24:45 2016 +0300 1.2 +++ b/pngquant/receipt Sun Jan 12 16:58:49 2020 +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 }