wok-next annotate pngrewrite/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 d5aab818505e
children
rev   line source
al@19128 1 # SliTaz package receipt.
al@19128 2
al@19128 3 PACKAGE="pngrewrite"
al@19128 4 VERSION="1.4.0"
al@19128 5 CATEGORY="graphics"
al@21020 6 SHORT_DESC="Reduce unnecessarily large palettes and bit depths in PNG image files"
al@19128 7 MAINTAINER="al.bobylev@gmail.com"
al@19128 8 LICENSE="zlib/libpng"
al@19128 9 WEB_SITE="http://entropymine.com/jason/pngrewrite/"
al@21020 10
al@19128 11 TARBALL="$PACKAGE-$VERSION.zip"
al@19128 12 WGET_URL="${WEB_SITE}$TARBALL"
al@19128 13
al@21078 14 BUILD_DEPENDS="libpng-dev zlib-dev"
al@19128 15
al@21020 16 compile_rules() {
al@21020 17 make &&
al@21020 18 install -Dm755 pngrewrite $install/usr/bin/pngrewrite
al@19128 19 }
al@19128 20
al@21020 21 genpkg_rules() {
al@21020 22 copy @std
al@21078 23 DEPENDS="libpng"
al@19128 24 }