wok-next annotate pigz/receipt @ rev 21674

updated geoip (1.4.8 -> 1.6.12)
author Hans-G?nter Theisgen
date Mon Jun 29 10:52:14 2020 +0100 (2020-06-29)
parents d5aab818505e
children
rev   line source
al@20485 1 # SliTaz package receipt v2.
pascal@15194 2
pascal@15194 3 PACKAGE="pigz"
pascal@18883 4 VERSION="2.3.3"
pascal@15194 5 CATEGORY="base-system"
al@20485 6 SHORT_DESC="Parallel Implementation of GZip"
pascal@15194 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15195 8 LICENSE="Apache"
al@21041 9 WEB_SITE="http://www.zlib.net/pigz/"
al@20485 10
pascal@15194 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@21041 12 WGET_URL="$WEB_SITE$TARBALL"
pascal@15194 13
pascal@20042 14 BUILD_DEPENDS="zlib-dev"
pascal@15194 15
al@20485 16 compile_rules() {
pascal@15194 17 sed -i 's/-lz/& -lm/' Makefile
al@20485 18 make || return 1
al@20485 19
al@21020 20 install -Dm755 pigz $install/usr/bin/pigz
al@21020 21 ln -s pigz $install/usr/bin/unpigz
pascal@15194 22 }
pascal@15194 23
al@20485 24 genpkg_rules() {
al@20485 25 copy @std
al@20485 26 DEPENDS="zlib"
pascal@15194 27 }