wok-next annotate lz4/receipt @ rev 19935

cloudvpn: tiny patch
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 15 14:27:05 2017 +0200 (2017-10-15)
parents 35a20e111081
children f0f0943bee17
rev   line source
pascal@13235 1 # SliTaz package receipt.
pascal@13235 2
pascal@13235 3 PACKAGE="lz4"
al@19607 4 VERSION="1.7.5"
pascal@13235 5 CATEGORY="base-system"
pankso@15872 6 SHORT_DESC="High speed lossless compressor."
pascal@13235 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15195 8 LICENSE="BSD"
al@19607 9 WEB_SITE="http://lz4.github.io/lz4/"
pascal@13235 10 TAGS="compression"
pascal@13235 11
al@19607 12 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@19607 13 WGET_URL="$GITHUB/lz4/lz4/tarball/v$VERSION"
al@19607 14
al@19607 15 SPLIT="lz4-lib lz4c"
pascal@17944 16
pascal@13235 17 # Rules to configure and make the package.
pascal@13235 18 compile_rules()
pascal@13235 19 {
al@19607 20 make && make PREFIX=/usr DESTDIR=$DESTDIR install
pascal@13235 21 }
pascal@13235 22
pascal@13235 23 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@13235 24 genpkg_rules()
pascal@13235 25 {
al@19783 26 copy lz4 unlz4 lz4cat
pascal@13235 27 }