milis/talimatname/genel/autofs/talimat

33 lines
832 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.

# Description: Otomatik bağlama arthizmetleri operasyonları için autofs kontrolleri.
# URL: http://www.kernel.org/pub/linux/daemons/autofs
# Packager: milisarge
# Depends on: libtirpc nfs-utils libxml2 kerberos openldap cyrus-sasl
name=autofs
version=5.1.1
release=1
source=(http://www.kernel.org/pub/linux/daemons/autofs/v5/$name-$version.tar.xz auto.master)
build() {
cd $name-$version
source /etc/blfs-bootscripts
wget http://www.linuxfromscratch.org/blfs/downloads/svn/$scripts-$scriptsversion.tar.bz2
tar xvf $scripts-$scriptsversion.tar.bz2
./configure --prefix=/ \
--mandir=/usr/share/man
make
make DESTDIR=$PKG install
mv $PKG/etc/auto.master $PKG/etc/auto.master.bak
cp -v $SRC/auto.master $PKG/etc/auto.master
cd $scripts-$scriptsversion
make DESTDIR=$PKG install-autofs
}