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

enna, libsdl2-ttf, linphone: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Nov 06 08:50:36 2017 +0100 (2017-11-06)
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 }