wok annotate apngdis/receipt @ rev 22324
updated youtube-dl (2018.09.18 -> 2019.11.05)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Nov 14 17:27:25 2019 +0100 (2019-11-14) |
parents | 1ce2e857978b |
children | d0a6ca5e0b70 |
rev | line source |
---|---|
al@14737 | 1 # SliTaz package receipt. |
al@14737 | 2 |
al@14737 | 3 PACKAGE="apngdis" |
al@14737 | 4 VERSION="2.5" |
al@14737 | 5 CATEGORY="utilities" |
al@14737 | 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/" |
al@14737 | 10 TARBALL="$PACKAGE-$VERSION-src.zip" |
al@14737 | 11 WGET_URL="$SF_MIRROR/$PACKAGE/$VERSION/$TARBALL" |
al@14737 | 12 |
al@14737 | 13 DEPENDS="zlib" |
al@14737 | 14 BUILD_DEPENDS="zlib-dev" |
al@14737 | 15 |
al@14737 | 16 # Rules to configure and make the package. |
al@14737 | 17 compile_rules() |
al@14737 | 18 { |
al@14737 | 19 make |
al@14737 | 20 } |
al@14737 | 21 |
al@14737 | 22 # Rules to gen a SliTaz package suitable for Tazpkg. |
al@14737 | 23 genpkg_rules() |
al@14737 | 24 { |
al@14737 | 25 mkdir -p $fs/usr/bin |
al@14737 | 26 cp -a $src/$PACKAGE $fs/usr/bin |
al@14737 | 27 } |