wok-next annotate apngopt/receipt @ rev 20533

cairo-clock, grub4dos: fix CFLAGS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 27 12:50:45 2018 +0200 (2018-03-27)
parents f463de72afe3
children b156aee559a7
rev   line source
al@14737 1 # SliTaz package receipt.
al@14737 2
al@14737 3 PACKAGE="apngopt"
al@19641 4 VERSION="1.4"
al@14737 5 CATEGORY="utilities"
al@14737 6 SHORT_DESC="Optimizes existing APNG animation"
al@14737 7 MAINTAINER="al.bobylev@gmail.com"
al@14737 8 LICENSE="zlib/libpng"
al@19641 9 WEB_SITE="https://sourceforge.net/projects/apng/"
al@19641 10
al@14737 11 TARBALL="$PACKAGE-$VERSION-src.zip"
al@19641 12 WGET_URL="$SF_MIRROR/apng/$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/apngopt $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 apngopt
al@14737 30 }