wok-next view gif2apng/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
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 }