wok-next view apngopt/receipt @ rev 20712

libtorrent: fix rtorrent building for non-64bit archs
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun May 27 12:13:53 2018 +0300 (2018-05-27)
parents f463de72afe3
children b156aee559a7
line source
1 # SliTaz package receipt.
3 PACKAGE="apngopt"
4 VERSION="1.4"
5 CATEGORY="utilities"
6 SHORT_DESC="Optimizes existing APNG animation"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="zlib/libpng"
9 WEB_SITE="https://sourceforge.net/projects/apng/"
11 TARBALL="$PACKAGE-$VERSION-src.zip"
12 WGET_URL="$SF_MIRROR/apng/$TARBALL"
14 DEPENDS="zlib libpng16"
15 BUILD_DEPENDS="zlib-dev libpng16-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 make
22 mkdir -p $install/usr/bin
23 cp -a $src/apngopt $install/usr/bin
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 copy apngopt
30 }