wok-next view lz5-dev/receipt @ rev 19737

Up bind, brotli, cairo, check, compface, cookutils, cpio, curl, db, openssl.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 30 05:37:57 2017 +0300 (2017-05-30)
parents 0d2e6c06ec25
children f463de72afe3
line source
1 # SliTaz package receipt.
3 PACKAGE="lz5-dev"
4 VERSION="1.5"
5 CATEGORY="development"
6 SHORT_DESC="A modification of LZ4 with a better ratio, delevlopment files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD GPL2"
9 WEB_SITE="https://github.com/inikep/lz5"
11 WANTED="lz5"
12 DEPENDS="lz5"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 cook_copy_folders include lib
18 }