wok-next view gif2apng/receipt @ rev 19925

libftdi: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 14 23:27:36 2017 +0200 (2017-10-14)
parents 4a79ec233766
children 618256f7a332
line source
1 # SliTaz package receipt.
3 PACKAGE="gif2apng"
4 VERSION="1.9"
5 CATEGORY="utilities"
6 SHORT_DESC="Convert GIF animations into APNG format"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="zlib/libpng"
9 WEB_SITE="http://gif2apng.sourceforge.net/"
11 TARBALL="$PACKAGE-$VERSION-src.zip"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 DEPENDS="zlib"
15 BUILD_DEPENDS="zlib-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/gif2apng $install/usr/bin
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 copy gif2apng
30 }