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