wok-next view pngcrush/receipt @ rev 21268

updated frogatto (1.3.1 -> 1.3.3)
author Hans-G?nter Theisgen
date Fri Dec 06 17:30:20 2019 +0100 (2019-12-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 }