wok-next view apngopt/receipt @ rev 20443

The rest of my "home work" for update many packages (up to Xorg, GTK and Openbox) for Next and mainly for Next64. Since this point this repository is open for commits. Many errors are expected due to harfbuzz-freetype dependency loop...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Feb 24 16:17:33 2018 +0200 (2018-02-24)
parents 4a79ec233766
children dd145c435e4b
line source
1 # SliTaz package receipt.
3 PACKAGE="apngopt"
4 VERSION="1.4"
5 CATEGORY="utilities"
6 SHORT_DESC="Optimizes existing APNG animation"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="zlib/libpng"
9 WEB_SITE="https://sourceforge.net/projects/apng/"
11 TARBALL="$PACKAGE-$VERSION-src.zip"
12 WGET_URL="$SF_MIRROR/apng/$TARBALL"
14 DEPENDS="zlib libpng"
15 BUILD_DEPENDS="zlib-dev libpng-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 make
22 mkdir -p $install/usr/bin
23 cp -a $src/apngopt $install/usr/bin
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 copy apngopt
30 }