wok-next view lz5/receipt @ rev 19703

Up bird (1.6.3)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Apr 26 12:29:37 2017 +0200 (2017-04-26)
parents 0d2e6c06ec25
children f463de72afe3
line source
1 # SliTaz package receipt.
3 PACKAGE="lz5"
4 VERSION="1.5"
5 CATEGORY="base-system"
6 SHORT_DESC="A modification of LZ4 with a better ratio but slower."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD GPL2"
9 WEB_SITE="https://github.com/inikep/lz5"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$GITHUB/inikep/lz5/tarball/v$VERSION"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 make &&
18 make PREFIX=/usr DESTDIR=$DESTDIR install
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 cook_copy_folders bin
25 }