25 lines
697 B
Bash
25 lines
697 B
Bash
# template file for 'liburcu'
|
|
pkgname=liburcu
|
|
version=0.10.1
|
|
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=9c09220be4435dc27fcd22d291707b94b97f159e0c442fbcd60c168f8f79eb06
|
|
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
|
|
}
|
|
}
|