wok-next annotate gif2apng/receipt @ rev 20082

Up clementine
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Wed Oct 25 12:19:39 2017 +0200 (2017-10-25)
parents 4a79ec233766
children 618256f7a332
rev   line source
al@14737 1 # SliTaz package receipt.
al@14737 2
al@14737 3 PACKAGE="gif2apng"
al@19641 4 VERSION="1.9"
al@14737 5 CATEGORY="utilities"
al@14737 6 SHORT_DESC="Convert GIF animations into APNG format"
al@14737 7 MAINTAINER="al.bobylev@gmail.com"
al@14737 8 LICENSE="zlib/libpng"
al@14737 9 WEB_SITE="http://gif2apng.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="zlib"
al@14737 15 BUILD_DEPENDS="zlib-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/gif2apng $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 gif2apng
al@14737 30 }