wok view pngcrush/receipt @ rev 19128

Add gnome-alsamixer, pngrewrite, lcms2, pngquant; up pngcrush(1.8.1)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu May 12 00:24:45 2016 +0300 (2016-05-12)
parents 51a1ebbda768
children 080c1dff8494
line source
1 # SliTaz package receipt.
3 PACKAGE="pngcrush"
4 VERSION="1.8.1"
5 CATEGORY="graphics"
6 SHORT_DESC="PNG optimizer"
7 MAINTAINER="mimas@slitaz.org"
8 LICENSE="zlib/libpng"
9 WEB_SITE="https://sourceforge.net/projects/pmt/"
10 TARBALL="$PACKAGE-$VERSION.tar.xz"
11 WGET_URL="$SF_MIRROR/pmt/$TARBALL"
13 DEPENDS="glibc-base"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 make
20 mkdir -p $install/usr/bin
21 cp -a $src/pngcrush $install/usr/bin
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/* $fs
28 }