wok-next annotate pngcrush/receipt @ rev 21089

Update rust
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Dec 29 04:32:03 2018 +0200 (2018-12-29)
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 }