wok view lz4-dev/receipt @ rev 20130

Up slitaz-boot-scripts (446)
author Richard Dunbar <mojo@slitaz.org>
date Fri Oct 27 12:29:47 2017 -0400 (2017-10-27)
parents 3e9724b9fc42
children 35a23f513b71
line source
1 # SliTaz package receipt.
3 PACKAGE="lz4-dev"
4 VERSION="1.8.0"
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 }