wok-next view apngasm/receipt @ rev 19995

qtwebkit: rm gstreamer
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Fri Oct 20 15:57:38 2017 +0200 (2017-10-20)
parents 4a79ec233766
children dd145c435e4b
line source
1 # SliTaz package receipt.
3 PACKAGE="apngasm"
4 VERSION="2.91"
5 CATEGORY="utilities"
6 SHORT_DESC="Creates APNG animation from PNG/TGA image sequence"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="zlib/libpng"
9 WEB_SITE="http://apngasm.sourceforge.net/"
11 TARBALL="$PACKAGE-$VERSION-src.zip"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 DEPENDS="libpng"
15 BUILD_DEPENDS="zlib-dev libpng-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/apngasm $install/usr/bin
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 copy apngasm
30 }