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

Up palemoon (27.5.0)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Wed Sep 27 20:45:12 2017 +0200 (2017-09-27)
parents 35a20e111081
children
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 copy include/ lib/
18 }