milis/talimatname/genel/l/libnfs/talimat

18 lines
367 B
Text
Raw Normal View History

2017-10-27 21:46:27 +03:00
# Tanım: NFS paylaşımlarına erişim için istemci kütüphanesi
2017-10-24 07:13:05 +03:00
# URL: https://github.com/sahlberg/libnfs
2017-10-27 21:46:27 +03:00
# Paketçi: milisarge
# Gerekler:
2017-10-24 07:13:05 +03:00
2017-10-28 15:10:23 +03: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 07:13:05 +03:00
2017-10-28 00:59:41 +03:00
derle() {
2017-10-28 15:10:23 +03:00
cd "$isim-$isim-$surum"
2017-10-24 07:13:05 +03:00
autoreconf -vif
./configure --prefix=/usr
make
make DESTDIR="$PKG" install
}