New Package: liburcu-0.9.1
This commit is contained in:
parent
9c06699720
commit
a51759e83d
4 changed files with 32 additions and 0 deletions
|
@ -2462,3 +2462,10 @@ libmarkdown.so.2 discount-2.2.0_3
|
|||
libkeystone.so.0 keystone-0.9_1
|
||||
libmate-slab.so.0 libmate-control-center-1.14.0_2
|
||||
libuev.so.1 libuev-1.4.2_1
|
||||
liburcu-bp.so.4 liburcu-0.9.1_1
|
||||
liburcu-cds.so.4 liburcu-0.9.1_1
|
||||
liburcu-common.so.4 liburcu-0.9.1_1
|
||||
liburcu-mb.so.4 liburcu-0.9.1_1
|
||||
liburcu-qsbr.so.4 liburcu-0.9.1_1
|
||||
liburcu-signal.so.4 liburcu-0.9.1_1
|
||||
liburcu.so.4 liburcu-0.9.1_1
|
||||
|
|
1
srcpkgs/liburcu-devel
Symbolic link
1
srcpkgs/liburcu-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
liburcu
|
23
srcpkgs/liburcu/template
Normal file
23
srcpkgs/liburcu/template
Normal file
|
@ -0,0 +1,23 @@
|
|||
# template file for 'liburcu'
|
||||
pkgname=liburcu
|
||||
version=0.9.2
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
short_desc="LGPLv2.1 userspace RCU (read-copy-update) library"
|
||||
maintainer="Simon Thoby <simonthoby@live.fr>"
|
||||
license="LGPL-2.1"
|
||||
homepage="http://liburcu.org"
|
||||
distfiles="http://www.lttng.org/files/urcu/userspace-rcu-${version}.tar.bz2"
|
||||
checksum=8f7fa313b1e0a3f742cea24ce63a39c0efe63e615a769e2961e55bd2663ecaa3
|
||||
wrksrc="userspace-rcu-${version}"
|
||||
configure_args="--disable-static"
|
||||
|
||||
liburcu-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove /usr/include
|
||||
vmove /usr/lib/pkgconfig
|
||||
vmove /usr/lib/*.so
|
||||
}
|
||||
}
|
1
srcpkgs/liburcu/update
Normal file
1
srcpkgs/liburcu/update
Normal file
|
@ -0,0 +1 @@
|
|||
pkgname=userspace-rcu
|
Loading…
Reference in a new issue