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

20 lines
428 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: POSIX yetenekleri ile programlamayı geleneksel libcap'tan daha kolay hale getiren bir kütüphane.
2016-02-24 01:27:23 +01:00
# URL: http://people.redhat.com/sgrubb/libcap-ng/
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: glibc
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
isim=libcap-ng
surum=0.7.7
devir=1
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
kaynak=(http://people.redhat.com/sgrubb/$isim/$isim-$surum.tar.gz)
2016-02-24 01:27:23 +01:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd $isim-$surum
2016-02-24 01:27:23 +01:00
./configure --prefix=/usr \
--disable-static \
--without-python
make
make DESTDIR=$PKG install
}