wok-next annotate gif2apng/receipt @ rev 21036

Small updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Nov 06 14:32:27 2018 +0200 (2018-11-06)
parents 618256f7a332
children d635206a5649
rev   line source
al@20791 1 # SliTaz package receipt v2.
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 BUILD_DEPENDS="zlib-dev"
al@14737 15
al@20791 16 compile_rules() {
al@20791 17 make &&
al@20791 18 install -Dm755 gif2apng $install/usr/bin/gif2apng
al@20797 19
al@20797 20 cook_pick_docs readme.txt
al@14737 21 }
al@14737 22
al@20791 23 genpkg_rules() {
al@20791 24 copy @std
al@20791 25 DEPENDS="zlib"
al@14737 26 }