wok-next view lz5-dev/receipt @ rev 19635
xorg-libICE: hide "/bin/bash: /root/missing: No such file or directory"
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Feb 10 02:26:02 2017 +0200 (2017-02-10) |
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 }