wok annotate apngdis/receipt @ rev 22999

updated leptonica and leptonica-dev again (1.78.0 -> 1.79.0)
author Hans-G?nter Theisgen
date Mon Mar 02 15:57:03 2020 +0100 (2020-03-02)
parents 86790a278e70
children 5f6c5106b1f5
rev   line source
al@14737 1 # SliTaz package receipt.
al@14737 2
al@14737 3 PACKAGE="apngdis"
Hans-G?nter@22489 4 VERSION="2.9"
al@14737 5 CATEGORY="utilities"
Hans-G?nter@22489 6 SHORT_DESC="Deconstruct APNG file into a sequence of PNG frames."
al@14737 7 MAINTAINER="al.bobylev@gmail.com"
al@14737 8 LICENSE="zlib/libpng"
pascal@20421 9 WEB_SITE="https://sourceforge.net/projects/apngdis/"
Hans-G?nter@22489 10
al@14737 11 TARBALL="$PACKAGE-$VERSION-src.zip"
al@14737 12 WGET_URL="$SF_MIRROR/$PACKAGE/$VERSION/$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@14737 21 }
al@14737 22
al@14737 23 # Rules to gen a SliTaz package suitable for Tazpkg.
al@14737 24 genpkg_rules()
al@14737 25 {
al@14737 26 mkdir -p $fs/usr/bin
Hans-G?nter@22489 27 cp -a $src/$PACKAGE $fs/usr/bin
al@14737 28 }