wok annotate 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
rev   line source
al@14737 1 # SliTaz package receipt.
al@14737 2
al@14737 3 PACKAGE="apng2gif"
Hans-G?nter@20710 4 VERSION="1.8"
al@14737 5 CATEGORY="utilities"
al@14737 6 SHORT_DESC="Convert APNG animations into animated GIF format"
al@14737 7 MAINTAINER="al.bobylev@gmail.com"
al@14737 8 LICENSE="zlib/libpng"
al@14737 9 WEB_SITE="http://apng2gif.sourceforge.net/"
Hans-G?nter@20710 10
al@14737 11 TARBALL="$PACKAGE-$VERSION-src.zip"
al@14737 12 WGET_URL="$SF_MIRROR/$PACKAGE/$VERSION/$TARBALL"
al@14737 13
al@14737 14 DEPENDS="zlib"
al@14737 15 BUILD_DEPENDS="zlib-dev"
al@14737 16
al@14737 17 # Rules to configure and make the package.
al@14737 18 compile_rules()
al@14737 19 {
al@14737 20 make
al@14737 21 }
al@14737 22
al@14737 23 # Rules to gen a SliTaz package suitable for Tazpkg.
al@14737 24 genpkg_rules()
al@14737 25 {
al@14737 26 mkdir -p $fs/usr/bin
al@14737 27 cp -a $src/$PACKAGE $fs/usr/bin
al@14737 28 }