summaryrefslogtreecommitdiff
path: root/ypbind-mt/Pkgfile
blob: 33d4d45e01e5c5e7b0a39a7b2e5de9cc4ba9bb12 (plain)
    1 # Maintainer: Jay Dolan, jasonthomasdolan at yahoo dot com
    2 # Description: NIS binding daemon
    3 # URL: http://www.linux-nis.org/nis/ypbind-mt
    4 # Depends on:
    5 
    6 name=ypbind-mt
    7 version=1.19
    8 release=1
    9 source=(ftp://ftp.kernel.org/pub/linux/utils/net/NIS/$name-$version.tar.bz2 yp.conf ypbind)
   10 
   11 build() {
   12 	cd $name-$version
   13 	./configure --disable-nls
   14 	make && make DESTDIR=$PKG install
   15 	
   16 	install -d $PKG/etc/rc.d
   17 	install -m 644 ../yp.conf $PKG/etc
   18 	install ../ypbind $PKG/etc/rc.d
   19 }

Generated by cgit