void-packages/srcpkgs/liburcu/template
maxice8 cd1848b4ae liburcu: update to 0.10.0. (#8423)
* liburcu: update to 0.10.0.

* glusterfs: rebuild glusterfs against liburcu-bp.so.6

* lttng-ust: update to 2.9.1.

Since lttng-ust needs a revbump due to liburcu-cds.so.6 liburcu-0.10.0_1
we take this opportunity to automatically bump it
2017-10-22 00:04:40 +02:00

25 lines
697 B
Bash

# template file for 'liburcu'
pkgname=liburcu
version=0.10.0
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=7cb58a7ba5151198087f025dc8d19d8918e9c6d56772f039696c111d9aad3190
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
vmove usr/share/doc
}
}