wok-6.x view liburcu-dev/receipt @ rev 20323
linux: enable iwlmvm
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Mon May 21 13:39:00 2018 -0400 (2018-05-21) |
parents | |
children | 81242ce6ec71 |
line source
1 # SliTaz package receipt.
3 PACKAGE="liburcu-dev"
4 VERSION="0.10.0"
5 CATEGORY="development"
6 SHORT_DESC="Userspace RCU (read-copy-update) library, development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="http://liburcu.org/"
10 WANTED="liburcu"
12 DEPENDS="liburcu pkg-config"
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
17 cp -a $install/usr/lib/*a $fs/usr/lib
18 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
19 cp -a $install/usr/include $fs/usr
20 }