wok-next view zopfli/receipt @ rev 20790

1. update also pinentry-gtk to new version 2. add to both fltk-dev so fltk-config is found 3. I want to force also a build to see if it really builds OKish here (see wok-build)
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 11:23:42 2018 +0000 (2018-06-09)
parents b4e75a82fdf3
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="zopfli"
4 VERSION="1.0.2"
5 CATEGORY="base-system"
6 SHORT_DESC="A good, but slow, deflate or zlib compressor"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="Apache"
9 WEB_SITE="https://github.com/google/zopfli"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$WEB_SITE/archive/$TARBALL"
14 compile_rules() {
15 make zopfli zopflipng || return 1
17 install -Dm755 zopfli $install/usr/bin/zopfli
18 install -Dm755 zopflipng $install/usr/bin/zopflipng
19 cook_pick_docs README*
20 }
22 genpkg_rules() {
23 copy @std
24 TAGS="compression"
25 }