wok-next view pngcrush/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
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 }