# $Id: PKGBUILD 91704 2010-09-27 17:42:28Z bisson $ # Maintainer: dorphell # Contributor: Tom Newsom pkgname=yp-tools pkgver=2.12 pkgrel=1 pkgdesc='Linux NIS Tools' arch=('i686' 'x86_64') url='http://www.linux-nis.org/nis/yp-tools/' license=('GPL2') depends=('ypbind-mt' 'glibc') source=("ftp://ftp.kernel.org/pub/linux/utils/net/NIS/$pkgname-$pkgver.tar.gz") sha1sums=('10b0ef5d4c5723e0716d7a1431a900c0ba6ef703') build() { cd "$srcdir/$pkgname-$pkgver" ./configure --prefix=/usr --disable-domainname make } package() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir" install }