wok-next view pngcrush/receipt @ rev 21708
updated gsasl (0.2.29 -> 1.8.1)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Jul 06 15:47:38 2020 +0100 (2020-07-06) |
parents | 73e9a7d984fc |
children |
line source
1 # SliTaz package receipt v2.
3 PACKAGE="pngcrush"
4 VERSION="1.8.1"
5 CATEGORY="graphics"
6 SHORT_DESC="PNG optimizer"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="zlib/libpng"
9 WEB_SITE="https://sourceforge.net/projects/pmt/"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="$SF_MIRROR/pmt/$TARBALL"
14 compile_rules() {
15 make &&
16 install -Dm755 pngcrush $install/usr/bin/pngcrush
17 }
19 genpkg_rules() {
20 copy @std
21 }