wok-6.x view apngdis/receipt @ rev 22431
OpenSSL 1.0.2t -> 1.0.2u: overflow bug CVE-2019-1551
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Sat Dec 21 08:52:40 2019 +0000 (2019-12-21) |
parents | 1ce2e857978b |
children | d0a6ca5e0b70 |
line source
1 # SliTaz package receipt.
3 PACKAGE="apngdis"
4 VERSION="2.5"
5 CATEGORY="utilities"
6 SHORT_DESC="Deconstruct APNG file into a sequence of PNG frames"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="zlib/libpng"
9 WEB_SITE="https://sourceforge.net/projects/apngdis/"
10 TARBALL="$PACKAGE-$VERSION-src.zip"
11 WGET_URL="$SF_MIRROR/$PACKAGE/$VERSION/$TARBALL"
13 DEPENDS="zlib"
14 BUILD_DEPENDS="zlib-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 make
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/bin
26 cp -a $src/$PACKAGE $fs/usr/bin
27 }