wok-next annotate pbzip2/receipt @ rev 21038

Small updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Nov 08 15:34:32 2018 +0200 (2018-11-08)
parents 8e1b2a143eb3
children 82b613cfd1e0
rev   line source
al@20485 1 # SliTaz package receipt v2.
pascal@15195 2
pascal@15195 3 PACKAGE="pbzip2"
devl547@16386 4 VERSION="1.1.9"
pascal@15195 5 CATEGORY="base-system"
al@20485 6 SHORT_DESC="Parallel implementation of bzip2"
pascal@15195 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15195 8 LICENSE="BSD"
al@20949 9 WEB_SITE="https://web.archive.org/web/20180324210720/http://compression.ca/pbzip2/"
al@20485 10
pascal@15195 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@17869 12 WGET_URL="https://launchpad.net/pbzip2/${VERSION%.*}/$VERSION/+download/$TARBALL"
pascal@15195 13
al@20485 14 BUILD_DEPENDS="bzip2-dev"
pascal@15195 15
al@20485 16 compile_rules() {
al@20485 17 make &&
al@21020 18 install -Dm755 pbzip2 $install/usr/bin/pbzip2
pascal@15195 19 }
pascal@15195 20
al@20485 21 genpkg_rules() {
al@20485 22 copy @std
al@20485 23 DEPENDS="bzlib"
pascal@15195 24 }