wok-current view apngasm/receipt @ rev 20928

updated fltk-blocks, fltk-checkers, fltk-colbrowser, fltk-dev, fltk-doc, fltk-editor, and fltk-sudoku again (1.3.3 -> 1.3.4.2)
author Hans-G?nter Theisgen
date Sat Mar 02 13:17:05 2019 +0100 (2019-03-02)
parents 61baea11d722
children e32fb43ef973
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="https://sourceforge.net/projects/apngasm/"
10 TARBALL="$PACKAGE-$VERSION-src.zip"
11 WGET_URL="$SF_MIRROR/$PACKAGE/$VERSION/$TARBALL"
13 DEPENDS="libpng"
14 BUILD_DEPENDS="zlib-dev libpng-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 make
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/bin
26 cp -a $src/$PACKAGE $fs/usr/bin
27 }