wok view lz5-dev/receipt @ rev 20769

updated ccid (1.4.8 -> 1.4.30)
author Hans-G?nter Theisgen
date Wed Feb 13 16:46:55 2019 +0100 (2019-02-13)
parents 0d2e6c06ec25
children
line source
1 # SliTaz package receipt.
3 PACKAGE="lz5-dev"
4 VERSION="2.0"
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"
10 WANTED="lz5"
12 DEPENDS="lz5 pkg-config"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $install/usr/include $fs/usr/
19 cp -a $install/usr/lib/*a $fs/usr/lib
20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
21 }