wok view lz4-lib/receipt @ rev 20137

linux: add i2c-dev module
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Oct 30 13:48:15 2017 +0100 (2017-10-30)
parents 3e9724b9fc42
children 35a23f513b71
line source
1 # SliTaz package receipt.
3 PACKAGE="lz4-lib"
4 VERSION="1.8.0"
5 CATEGORY="base-system"
6 SHORT_DESC="The lz4c compressor shared library"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WANTED="lz4"
10 WEB_SITE="http://www.lz4.org/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
16 cp -a $install/usr/lib/*.so* $fs/usr/lib
17 }