opt/yp-tools/Pkgfile

19 lines
443 B
Plaintext
Raw Normal View History

# Maintainer: Jay Dolan, jdolan at jdolan dot dyndns dot org
2006-02-23 16:26:10 +01:00
# 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*
}