wok-next view lz5/receipt @ rev 19850
Finish gvfs. To reach this result: up bluez, libcdio, libical, bluez, talloc, samba, libtdb, openssh, dropbear; add libbluray, libcdio-paranoia, libnfs.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Aug 31 03:20:51 2017 +0300 (2017-08-31) |
parents | 35a20e111081 |
children | e323d0535e2c |
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 copy bin/
25 }