wok-next view pbzip2/receipt @ rev 21715

Up cookutils (1146)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jul 28 07:53:22 2020 +0000 (2020-07-28)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="pbzip2"
4 VERSION="1.1.9"
5 CATEGORY="base-system"
6 SHORT_DESC="Parallel implementation of bzip2"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="https://web.archive.org/web/20180324210720/http://compression.ca/pbzip2/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://launchpad.net/pbzip2/${VERSION%.*}/$VERSION/+download/$TARBALL"
14 BUILD_DEPENDS="bzip2-dev"
16 compile_rules() {
17 make &&
18 install -Dm755 pbzip2 $install/usr/bin/pbzip2
19 }
21 genpkg_rules() {
22 copy @std
23 DEPENDS="libbzip2"
24 }