18 lines
369 B
Plaintext
18 lines
369 B
Plaintext
# Tanım: LGPLv2.1 userspace RCU (read-copy-update) library
|
||
# URL: http://lttng.org/urcu
|
||
# Paketçi: milisarge
|
||
# Gerekler:
|
||
# Grup: kütüphane
|
||
|
||
isim=liburcu
|
||
surum=0.10.1
|
||
devir=1
|
||
kaynak=(https://lttng.org/files/urcu/userspace-rcu-${surum}.tar.bz2)
|
||
|
||
derle() {
|
||
cd "$SRC"/userspace-rcu-${surum}
|
||
./configure --prefix=/usr
|
||
make
|
||
make install DESTDIR="$PKG"
|
||
}
|