Date: Monday, May 25, 2015 @ 15:34:58 Author: spupykin Revision: 134059
archrelease: copy trunk to community-i686, community-x86_64 Added: liburcu/repos/community-i686/ liburcu/repos/community-i686/PKGBUILD (from rev 134058, liburcu/trunk/PKGBUILD) liburcu/repos/community-x86_64/ liburcu/repos/community-x86_64/PKGBUILD (from rev 134058, liburcu/trunk/PKGBUILD) ---------------------------+ community-i686/PKGBUILD | 27 +++++++++++++++++++++++++++ community-x86_64/PKGBUILD | 27 +++++++++++++++++++++++++++ 2 files changed, 54 insertions(+) Copied: liburcu/repos/community-i686/PKGBUILD (from rev 134058, liburcu/trunk/PKGBUILD) =================================================================== --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2015-05-25 13:34:58 UTC (rev 134059) @@ -0,0 +1,27 @@ +# $Id$ +# Maintainer: Sergej Pupykin <arch+...@sergej.pp.ru> +# Maintainer: Christian Babeux <christian.bab...@0x80.ca> +# Contributor: Yggdrasil <tetzank at web dot de> + +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') +sha1sums=('f10e9bf812557cd0c2a35a277e04010ec278d25d') + +build() { + cd ${srcdir}/userspace-rcu-${pkgver} + ./configure --prefix=/usr + make +} + +package() { + cd ${srcdir}/userspace-rcu-${pkgver} + make install DESTDIR=${pkgdir} +} Copied: liburcu/repos/community-x86_64/PKGBUILD (from rev 134058, liburcu/trunk/PKGBUILD) =================================================================== --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2015-05-25 13:34:58 UTC (rev 134059) @@ -0,0 +1,27 @@ +# $Id$ +# Maintainer: Sergej Pupykin <arch+...@sergej.pp.ru> +# Maintainer: Christian Babeux <christian.bab...@0x80.ca> +# Contributor: Yggdrasil <tetzank at web dot de> + +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') +sha1sums=('f10e9bf812557cd0c2a35a277e04010ec278d25d') + +build() { + cd ${srcdir}/userspace-rcu-${pkgver} + ./configure --prefix=/usr + make +} + +package() { + cd ${srcdir}/userspace-rcu-${pkgver} + make install DESTDIR=${pkgdir} +}