opt/yp-tools/Pkgfile
2006-03-26 23:19:40 +00:00

19 lines
443 B
Plaintext

# Maintainer: Jay Dolan, jdolan at jdolan dot dyndns dot org
# Description: NIS Yellow Pages utilities
# URL: http://www.linux-nis.org/nis/yp-tools
# Depends on:
name=yp-tools
version=2.9
release=1
source=(ftp://ftp.kernel.org/pub/linux/utils/net/NIS/$name-$version.tar.gz)
build(){
cd $name-$version
./configure --mandir=/usr/man --disable-nls
make && make DESTDIR=$PKG install
rm -rf $PKG/bin
rm -f $PKG/usr/man/man8/*domainname*
}