aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2014-10-20 14:28:19 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2014-10-20 14:28:19 +0000
commitfcc4f418016cd1853834dbeb82e2e0d0ffabb58b (patch)
tree3fbb98fd200b4b137dc3ab93af0d36693f79a98c /testing
parente386afe4aee7c05f1129807f7ee585168960c763 (diff)
downloadaports-fcc4f418016cd1853834dbeb82e2e0d0ffabb58b.tar.bz2
aports-fcc4f418016cd1853834dbeb82e2e0d0ffabb58b.tar.xz
testing/liburcu: duplicate of userspace-rcu package
Diffstat (limited to 'testing')
-rw-r--r--testing/liburcu/APKBUILD43
1 files changed, 0 insertions, 43 deletions
diff --git a/testing/liburcu/APKBUILD b/testing/liburcu/APKBUILD
deleted file mode 100644
index 914464e59d..0000000000
--- a/testing/liburcu/APKBUILD
+++ /dev/null
@@ -1,43 +0,0 @@
-# Contributor: Francesco Colista <fcolista@alpinelinux.org>
-# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
-pkgname=liburcu
-pkgver=0.8.4
-pkgrel=0
-pkgdesc="LGPLv2.1 userspace RCU (read-copy-update) library"
-url="http://lttng.org/urcu"
-arch="all"
-license="LGPL2.1"
-depends=""
-depends_dev=""
-makedepends="$depends_dev"
-options="libtool"
-install=""
-subpackages="$pkgname-dev $pkgname-doc"
-source="http://lttng.org/files/urcu/userspace-rcu-$pkgver.tar.bz2"
-
-_builddir="$srcdir"/userspace-rcu-$pkgver
-prepare() {
- local i
- cd "$_builddir"
- for i in $source; do
- case $i in
- *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
- esac
- done
-}
-
-build() {
- cd "$_builddir"
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd "$_builddir"
- make install DESTDIR=$pkgdir
- rm -f "$pkgdir"/usr/lib/*.la
-}
-
-md5sums="2ca6671b20a550aa0e8020a1a9a96fd4 userspace-rcu-0.8.4.tar.bz2"
-sha256sums="96c0a157e94a15b1506efe9aedd98145e6eb41a3fbcf5b0d118b7a783b22fe12 userspace-rcu-0.8.4.tar.bz2"
-sha512sums="62a2c7bc9923947bcdd17f7bc5ff6d12e6bc7b63d108977dc9dd990827c043452974800bb494b80c383279916482e12b441184834b4c84a226113af4923e32e6 userspace-rcu-0.8.4.tar.bz2"