2018-06-09 00:06:58 +02:00
|
|
|
|
# Tanım: POSIX yetenekleri ile programlamayı geleneksel libcap'tan daha kolay hale getiren bir kütüphane.
|
|
|
|
|
# URL: http://people.redhat.com/sgrubb/libcap-ng/
|
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler: glibc
|
2018-08-03 09:29:15 +02:00
|
|
|
|
# Grup: kütüphane
|
2018-06-09 00:06:58 +02:00
|
|
|
|
|
|
|
|
|
isim=libcap-ng
|
|
|
|
|
surum=0.7.7
|
|
|
|
|
devir=1
|
|
|
|
|
|
|
|
|
|
kaynak=(http://people.redhat.com/sgrubb/$isim/$isim-$surum.tar.gz)
|
|
|
|
|
|
|
|
|
|
derle() {
|
|
|
|
|
cd $isim-$surum
|
|
|
|
|
./configure --prefix=/usr \
|
|
|
|
|
--disable-static \
|
|
|
|
|
--without-python
|
|
|
|
|
make
|
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
}
|