milis/talimatname/genel/libcap-ng/talimat

20 lines
443 B
Plaintext
Raw Normal View History

2017-03-30 10:00:12 +02:00
# Description: 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-03-30 10:00:12 +02:00
# Packager: milisarge
2016-02-24 01:27:23 +01:00
# Depends on: glibc
name=libcap-ng
version=0.7.7
release=1
source=(http://people.redhat.com/sgrubb/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr \
--disable-static \
--without-python
make
make DESTDIR=$PKG install
}