wok-next annotate 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
rev   line source
al@21020 1 # SliTaz package receipt v2.
mimas@2036 2
mimas@2036 3 PACKAGE="pngcrush"
al@19128 4 VERSION="1.8.1"
al@19128 5 CATEGORY="graphics"
mimas@2036 6 SHORT_DESC="PNG optimizer"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15375 8 LICENSE="zlib/libpng"
al@19128 9 WEB_SITE="https://sourceforge.net/projects/pmt/"
al@21020 10
al@19128 11 TARBALL="$PACKAGE-$VERSION.tar.xz"
mimas@2036 12 WGET_URL="$SF_MIRROR/pmt/$TARBALL"
mimas@2036 13
al@21020 14 compile_rules() {
al@21020 15 make &&
al@21020 16 install -Dm755 pngcrush $install/usr/bin/pngcrush
mimas@2036 17 }
mimas@2036 18
al@21020 19 genpkg_rules() {
al@21020 20 copy @std
mimas@2036 21 }