wok-current view pbzip2/receipt @ rev 18657
pypar2: add bdeps, tiny tweak; pcmanfm action: allow ": " inside name (for example, HDD volume name)
| author | Aleksej Bobylev <al.bobylev@gmail.com> | 
|---|---|
| date | Thu Dec 03 02:34:35 2015 +0200 (2015-12-03) | 
| parents | 37daf720b777 | 
| children | 35a23f513b71 | 
 line source
     1 # SliTaz package receipt.
     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 TARBALL="$PACKAGE-$VERSION.tar.gz"
    10 WEB_SITE="http://compression.ca"
    11 WGET_URL="https://launchpad.net/pbzip2/${VERSION%.*}/$VERSION/+download/$TARBALL"
    13 DEPENDS="bzlib"
    14 BUILD_DEPENDS="bzip2-dev wget"
    16 # Rules to configure and make the package.
    17 compile_rules()
    18 {
    19 	make
    20 }
    22 # Rules to gen a SliTaz package suitable for Tazpkg.
    23 genpkg_rules()
    24 {
    25 	mkdir -p $fs/usr/bin
    26 	cp $src/pbzip2 $fs/usr/bin
    27 }