wok-6.x view apng2gif/receipt @ rev 16590

Up: slitaz-boot-script (5.6.0) Fix automount + sound initialization
author Christophe Lincoln <pankso@slitaz.org>
date Mon May 05 22:37:15 2014 +0200 (2014-05-05)
parents
children 7d1ec9d0e414
line source
1 # SliTaz package receipt.
3 PACKAGE="apng2gif"
4 VERSION="1.5"
5 CATEGORY="utilities"
6 SHORT_DESC="Convert APNG animations into animated GIF format"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="zlib/libpng"
9 WEB_SITE="http://apng2gif.sourceforge.net/"
10 TARBALL="$PACKAGE-$VERSION-src.zip"
11 WGET_URL="$SF_MIRROR/$PACKAGE/$VERSION/$TARBALL"
13 DEPENDS="zlib"
14 BUILD_DEPENDS="zlib-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 make
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/bin
26 cp -a $src/$PACKAGE $fs/usr/bin
27 }