wok-current rev 23266
updated optipng (0.7.5 -> 0.7.7)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Mar 27 17:53:32 2020 +0100 (2020-03-27) |
parents | 6c6bce6aa9f9 |
children | a4fc90252774 |
files | optipng/receipt |
line diff
1.1 --- a/optipng/receipt Fri Mar 27 11:26:47 2020 +0100 1.2 +++ b/optipng/receipt Fri Mar 27 17:53:32 2020 +0100 1.3 @@ -1,15 +1,16 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="optipng" 1.7 -VERSION="0.7.5" 1.8 +VERSION="0.7.7" 1.9 CATEGORY="utilities" 1.10 +TAGS="image compression" 1.11 SHORT_DESC="A command line tool to compress and optimize PNG images." 1.12 MAINTAINER="pankso@slitaz.org" 1.13 LICENSE="zlib/libpng" 1.14 WEB_SITE="http://optipng.sourceforge.net/" 1.15 + 1.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.17 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.18 -TAGS="image compression" 1.19 1.20 DEPENDS="libpng+apng" 1.21 BUILD_DEPENDS="libpng+apng-dev zlib-dev" 1.22 @@ -18,8 +19,9 @@ 1.23 compile_rules() 1.24 { 1.25 sed -i 's|prefix)/man|prefix)/share/man|' configure 1.26 - ./configure \ 1.27 - -prefix=/usr \ 1.28 + 1.29 + ./configure \ 1.30 + -prefix=/usr \ 1.31 -with-system-libpng && 1.32 make && 1.33 make test && 1.34 @@ -29,9 +31,9 @@ 1.35 # Rules to gen a SliTaz package suitable for Tazpkg. 1.36 genpkg_rules() 1.37 { 1.38 - mkdir -p \ 1.39 - $fs/usr/bin \ 1.40 - $fs/usr/share/licenses 1.41 - cp -a $src/LICENSE.txt $fs/usr/share/licenses/$PACKAGE.txt 1.42 - cp -a $install/usr/bin $fs/usr 1.43 + mkdir -p $fs/usr/bin 1.44 + mkdir -p $fs/usr/share/licenses 1.45 + 1.46 + cp -a $src/LICENSE.txt $fs/usr/share/licenses/$PACKAGE.txt 1.47 + cp -a $install/usr/bin $fs/usr 1.48 }