wok-6.x view lz4-dev/receipt @ rev 17054
slim: no any changes after patch edit, use "sed slim.conf"
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Thu Aug 21 00:37:34 2014 +0200 (2014-08-21) |
parents | |
children | 78fa0f27d311 |
line source
1 # SliTaz package receipt.
3 PACKAGE="lz4-dev"
4 VERSION="112"
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://code.google.com/p/lz4/"
12 DEPENDS=""
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/include $fs/usr
20 }