wok view apngdis/receipt @ rev 22489

updated apngdis (2.5 -> 2.9)
author Hans-G?nter Theisgen
date Tue Dec 31 13:48:18 2019 +0100 (2019-12-31)
parents 86790a278e70
children 5f6c5106b1f5
line source
1 # SliTaz package receipt.
3 PACKAGE="apngdis"
4 VERSION="2.9"
5 CATEGORY="utilities"
6 SHORT_DESC="Deconstruct APNG file into a sequence of PNG frames."
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="zlib/libpng"
9 WEB_SITE="https://sourceforge.net/projects/apngdis/"
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 }