wok-next annotate apngasm/receipt @ rev 19641

Add libpng12; up libpng & apng tools.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Feb 15 18:52:32 2017 +0200 (2017-02-15)
parents 1ce2e857978b
children f463de72afe3
rev   line source
al@14737 1 # SliTaz package receipt.
al@14737 2
al@14737 3 PACKAGE="apngasm"
al@19641 4 VERSION="2.91"
al@14737 5 CATEGORY="utilities"
al@14737 6 SHORT_DESC="Creates APNG animation from PNG/TGA image sequence"
al@14737 7 MAINTAINER="al.bobylev@gmail.com"
al@14737 8 LICENSE="zlib/libpng"
al@19641 9 WEB_SITE="http://apngasm.sourceforge.net/"
al@19641 10
al@14737 11 TARBALL="$PACKAGE-$VERSION-src.zip"
al@19641 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
al@14737 13
al@14737 14 DEPENDS="libpng"
al@14737 15 BUILD_DEPENDS="zlib-dev libpng-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@19641 21
al@19641 22 mkdir -p $install/usr/bin
al@19641 23 cp -a $src/apngasm $install/usr/bin
al@14737 24 }
al@14737 25
al@14737 26 # Rules to gen a SliTaz package suitable for Tazpkg.
al@14737 27 genpkg_rules()
al@14737 28 {
al@19641 29 cook_copy_files apngasm
al@14737 30 }