18 lines
367 B
Plaintext
18 lines
367 B
Plaintext
# Tanım: NFS paylaşımlarına erişim için istemci kütüphanesi
|
||
# URL: https://github.com/sahlberg/libnfs
|
||
# Paketçi: milisarge
|
||
# Gerekler:
|
||
|
||
isim=libnfs
|
||
surum=2.0.0
|
||
devir=1
|
||
kaynak=(https://github.com/sahlberg/libnfs/archive/libnfs-2.0.0.tar.gz)
|
||
|
||
derle() {
|
||
cd "$isim-$isim-$surum"
|
||
autoreconf -vif
|
||
./configure --prefix=/usr
|
||
make
|
||
make DESTDIR="$PKG" install
|
||
}
|