# $Id: PKGBUILD 161337 2012-06-10 01:13:12Z tomegun $ # Mantainer: Tom Gundersen # Contributor: Gaetan Bisson # Contributor: dorphell # Contributor: Tom Newsom pkgname=yp-tools pkgver=2.12 pkgrel=3 pkgdesc='Linux NIS Tools' arch=('i686' 'x86_64') url='http://www.linux-nis.org/nis/yp-tools/' license=('GPL2') depends=('ypbind-mt') #source=("ftp://ftp.kernel.org/pub/linux/utils/net/NIS/$pkgname-$pkgver.tar.gz") source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.bz2" 'domainname.service') build() { cd "$srcdir/$pkgname-$pkgver" ./configure --prefix=/usr make } package() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir" install install -D -m644 ../domainname.service "${pkgdir}/usr/lib/systemd/service/domainname.service" } md5sums=('ce1e06d86caa285fa8cd76fdf103f51e' '8d354b76eb0df9a3b06637bfff87453b')