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

20 lines
436 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
name=libcap-ng
version=0.7.7
release=1
source=(http://people.redhat.com/sgrubb/$name/$name-$version.tar.gz)
2017-10-27 23:59:41 +02:00
derle() {
2016-02-24 01:27:23 +01:00
cd $name-$version
./configure --prefix=/usr \
--disable-static \
--without-python
make
make DESTDIR=$PKG install
}