milis/talimatname/genel/n/nfs-utils/talimat

37 lines
804 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: Çekirdek NFS yeteneklerini kullanmak için gerekli olan kullanıcı alanı sunucusu ve istemci araçları.
# URL: http://nfs.sourceforge.net
# Paketçi: milisarge
# Gerekler: libtirpc rpcbind
# Grup: ağ
isim=nfs-utils
surum=1.3.3
devir=1
kaynak=(http://downloads.sourceforge.net/nfs/$isim-$surum.tar.bz2)
run=(rpcbind)
derle() {
source /etc/blfs-bootscripts
wget \
http://www.linuxfromscratch.org/blfs/downloads/svn/$scripts-$scriptsversion.tar.bz2
tar xvf $scripts-$scriptsversion.tar.bz2
# build package
cd $isim-$surum
./configure --prefix=/usr \
--sysconfdir=/etc \
--disable-nfsv4 \
--disable-nfsv41 \
--disable-gss \
--without-tcp-wrappers
make
mkdir $PKG/sbin
make DESTDIR=$PKG install
# Services
cd ../$scripts-$scriptsversion
make DESTDIR=$PKG install-nfs-server
}