wok-next annotate apngasm/receipt @ rev 20791

Up gnome-games, and add/update all the required dependencies
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Jun 10 01:56:40 2018 +0300 (2018-06-10)
parents f463de72afe3
children dc626da69d4e
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@20454 14 DEPENDS="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/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@19783 29 copy apngasm
al@14737 30 }