wok-next annotate pbzip2/receipt @ rev 21277

geeqie: replaced lua by lua51
author Hans-G?nter Theisgen
date Sat Dec 07 16:00:59 2019 +0100 (2019-12-07)
parents d5aab818505e
children
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@21105 23 DEPENDS="libbzip2"
pascal@15195 24 }