mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 19:32:57 +02:00
liburcu: update to 0.9.3.
This commit is contained in:
parent
caa8d76f2e
commit
3290482c94
1 changed files with 6 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
# template file for 'liburcu'
|
# template file for 'liburcu'
|
||||||
pkgname=liburcu
|
pkgname=liburcu
|
||||||
version=0.9.2
|
version=0.9.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="LGPLv2.1 userspace RCU (read-copy-update) library"
|
short_desc="LGPLv2.1 userspace RCU (read-copy-update) library"
|
||||||
|
@ -8,7 +8,7 @@ maintainer="Simon Thoby <simonthoby@live.fr>"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
homepage="http://liburcu.org"
|
homepage="http://liburcu.org"
|
||||||
distfiles="http://www.lttng.org/files/urcu/userspace-rcu-${version}.tar.bz2"
|
distfiles="http://www.lttng.org/files/urcu/userspace-rcu-${version}.tar.bz2"
|
||||||
checksum=8f7fa313b1e0a3f742cea24ce63a39c0efe63e615a769e2961e55bd2663ecaa3
|
checksum=1bce32e6a6c967fef6d37adaadf33df19878d69673f9ef9d3f2470e0c6ed4006
|
||||||
wrksrc="userspace-rcu-${version}"
|
wrksrc="userspace-rcu-${version}"
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
|
|
||||||
|
@ -16,8 +16,9 @@ liburcu-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove /usr/include
|
vmove usr/include
|
||||||
vmove /usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
vmove /usr/lib/*.so
|
vmove usr/lib/*.so
|
||||||
|
vmove usr/share/doc
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue