mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
testing/liburcu: new aport
This commit is contained in:
parent
0d2a2b4e07
commit
e35bf250f4
43
testing/liburcu/APKBUILD
Normal file
43
testing/liburcu/APKBUILD
Normal file
@ -0,0 +1,43 @@
|
||||
# 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"
|
||||
Loading…
x
Reference in New Issue
Block a user