wok-next view lz5-dev/receipt @ rev 20430
fake-sane: fix copy-paste typo
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed Jan 24 13:29:11 2018 +0200 (2018-01-24) |
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 }