wok-next view zopfli/receipt @ rev 21725

busybox: add overrides
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:18:16 2020 +0000 (2020-09-01)
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 }