milis/talimatname/genel/l/libcap-ng/talimat

20 lines
428 B
Plaintext
Raw Normal View History

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
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
}