wok-next view zopfli/receipt @ rev 21420
updated puzzles ( -> 20200413)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 27 17:23:45 2020 +0100 (2020-04-27) |
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 }