wok view apngdis/receipt @ rev 23649

Up openvpn (2.4.9)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 20 13:31:36 2020 +0000 (2020-04-20)
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 }