wok-next view apngdis/receipt @ rev 19641

Add libpng12; up libpng & apng tools.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Feb 15 18:52:32 2017 +0200 (2017-02-15)
parents 1ce2e857978b
children f463de72afe3
line source
1 # SliTaz package receipt.
3 PACKAGE="apngdis"
4 VERSION="2.8"
5 CATEGORY="utilities"
6 SHORT_DESC="Deconstruct APNG file into a sequence of PNG frames"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="zlib/libpng"
9 WEB_SITE="http://apngdis.sourceforge.net/"
11 TARBALL="$PACKAGE-$VERSION-src.zip"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$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/apngdis $install/usr/bin
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 cook_copy_files apngdis
30 }