wok view apng2gif/receipt @ rev 21670

updated pcsc-tools (1.4.20 -> 1.5.4)
author Hans-G?nter Theisgen
date Sat Jun 01 15:19:00 2019 +0100 (2019-06-01)
parents 1ce2e857978b
children 5f6c5106b1f5
line source
1 # SliTaz package receipt.
3 PACKAGE="apng2gif"
4 VERSION="1.8"
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/"
11 TARBALL="$PACKAGE-$VERSION-src.zip"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$VERSION/$TARBALL"
14 DEPENDS="zlib"
15 BUILD_DEPENDS="zlib-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 make
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/bin
27 cp -a $src/$PACKAGE $fs/usr/bin
28 }