wok view lz4-dev/receipt @ rev 18737

webalizer: fix build
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Dec 21 23:42:26 2015 +0100 (2015-12-21)
parents e36297550e94
children 3e9724b9fc42
line source
1 # SliTaz package receipt.
3 PACKAGE="lz4-dev"
4 VERSION="131"
5 CATEGORY="development"
6 SHORT_DESC="LZ4 development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WANTED="lz4"
10 WEB_SITE="http://www.lz4.org/"
12 DEPENDS="pkg-config lz4-lib"
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/lib/*.a $fs/usr/lib
19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
20 cp -a $install/usr/include $fs/usr
21 }