wok rev 23439
updated pngquant (2.12.3 -> 2.12.5)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Apr 02 09:19:42 2020 +0100 (2020-04-02) |
parents | 2d9006b21be0 |
children | a1821e12e28a |
files | pngquant/receipt |
line diff
1.1 --- a/pngquant/receipt Thu Apr 02 09:08:49 2020 +0100 1.2 +++ b/pngquant/receipt Thu Apr 02 09:19:42 2020 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="pngquant" 1.7 -VERSION="2.12.3" 1.8 +VERSION="2.12.5" 1.9 CATEGORY="graphics" 1.10 SHORT_DESC="Command-line utility and a library for lossy compression of PNG images." 1.11 MAINTAINER="al.bobylev@gmail.com" 1.12 @@ -9,7 +9,7 @@ 1.13 WEB_SITE="https://pngquant.org/" 1.14 1.15 TARBALL="$PACKAGE-$VERSION-src.tar.gz" 1.16 -WGET_URL="${WEB_SITE}/$TARBALL" 1.17 +WGET_URL="${WEB_SITE}$TARBALL" 1.18 1.19 DEPENDS="lcms2 libpng" 1.20 BUILD_DEPENDS="lcms2-dev libpng-dev" 1.21 @@ -29,5 +29,5 @@ 1.22 # Rules to gen a SliTaz package suitable for Tazpkg. 1.23 genpkg_rules() 1.24 { 1.25 - cp -a $install/* $fs 1.26 + cp -a $install/* $fs 1.27 }