wok-next annotate pbzip2/receipt @ rev 19748
s|yesterday|tomorrow| :) "LFS" receipts are updated to current, v.8.0.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Jun 08 13:10:33 2017 +0300 (2017-06-08) |
parents | 37daf720b777 |
children | cbe34297250f |
rev | line source |
---|---|
pascal@15195 | 1 # SliTaz package receipt. |
pascal@15195 | 2 |
pascal@15195 | 3 PACKAGE="pbzip2" |
devl547@16386 | 4 VERSION="1.1.9" |
pascal@15195 | 5 CATEGORY="base-system" |
pascal@15195 | 6 SHORT_DESC="Parallel implementation of bzip2." |
pascal@15195 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15195 | 8 LICENSE="BSD" |
pascal@15195 | 9 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pascal@15195 | 10 WEB_SITE="http://compression.ca" |
pascal@17869 | 11 WGET_URL="https://launchpad.net/pbzip2/${VERSION%.*}/$VERSION/+download/$TARBALL" |
pascal@15195 | 12 |
pascal@15196 | 13 DEPENDS="bzlib" |
pascal@16393 | 14 BUILD_DEPENDS="bzip2-dev wget" |
pascal@15195 | 15 |
pascal@15195 | 16 # Rules to configure and make the package. |
pascal@15195 | 17 compile_rules() |
pascal@15195 | 18 { |
pascal@15195 | 19 make |
pascal@15195 | 20 } |
pascal@15195 | 21 |
pascal@15195 | 22 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@15195 | 23 genpkg_rules() |
pascal@15195 | 24 { |
pascal@15195 | 25 mkdir -p $fs/usr/bin |
pascal@15195 | 26 cp $src/pbzip2 $fs/usr/bin |
pascal@15195 | 27 } |