wok-next annotate apng2gif/receipt @ rev 20715

Up nsd (4.1.21)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun May 27 13:10:46 2018 +0300 (2018-05-27)
parents f463de72afe3
children dc626da69d4e
rev   line source
al@14737 1 # SliTaz package receipt.
al@14737 2
al@14737 3 PACKAGE="apng2gif"
al@19641 4 VERSION="1.7"
al@14737 5 CATEGORY="utilities"
al@14737 6 SHORT_DESC="Convert APNG animations into animated GIF format"
al@14737 7 MAINTAINER="al.bobylev@gmail.com"
al@14737 8 LICENSE="zlib/libpng"
al@14737 9 WEB_SITE="http://apng2gif.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@20454 14 DEPENDS="zlib libpng16"
al@20454 15 BUILD_DEPENDS="zlib-dev libpng16-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/apng2gif $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@19783 29 copy apng2gif
al@14737 30 }