# Maintainer : Aurelien Desbrieres # Maintainer: Christian Babeux # Contributor: Yggdrasil pkgname=liburcu pkgver=0.8.6 pkgrel=1 pkgdesc="LGPLv2.1 userspace RCU (read-copy-update) library" arch=('i686' 'x86_64') url="http://lttng.org/urcu" license=('LGPL2.1') source=(http://lttng.org/files/urcu/userspace-rcu-${pkgver}.tar.bz2) depends=('glibc') options=('!libtool') build() { cd ${srcdir}/userspace-rcu-${pkgver} ./configure --prefix=/usr make } package() { cd ${srcdir}/userspace-rcu-${pkgver} make install DESTDIR=${pkgdir} }