milis/talimatname/genel/l/libnfs/talimat

19 lines
387 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: NFS paylaşımlarına erişim için istemci kütüphanesi
# URL: https://github.com/sahlberg/libnfs
# Paketçi: milisarge
# Gerekler:
# Grup: kütüphane
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
}