milis/talimatname/genel/l/libnfs/talimat

18 lines
367 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: NFS paylaşımlarına erişim için istemci kütüphanesi
2017-10-24 06:13:05 +02:00
# URL: https://github.com/sahlberg/libnfs
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler:
2017-10-24 06:13:05 +02:00
2017-10-28 14:10:23 +02:00
isim=libnfs
surum=2.0.0
devir=1
kaynak=(https://github.com/sahlberg/libnfs/archive/libnfs-2.0.0.tar.gz)
2017-10-24 06:13:05 +02:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd "$isim-$isim-$surum"
2017-10-24 06:13:05 +02:00
autoreconf -vif
./configure --prefix=/usr
make
make DESTDIR="$PKG" install
}