diff options
author | root <root@rshg054.dnsready.net> | 2012-02-20 23:15:21 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-02-20 23:15:21 +0000 |
commit | 11484c032f8c236b2044e715a9a3b28e33f65598 (patch) | |
tree | ec2f7c7ad850a191e3ef6cf1bcb03a6468744f1c /extra/ypbind-mt | |
parent | 1a09ca56e4f37ac4e995c924c649ede71a5c82aa (diff) |
Mon Feb 20 23:15:21 UTC 2012
Diffstat (limited to 'extra/ypbind-mt')
-rw-r--r-- | extra/ypbind-mt/PKGBUILD | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/extra/ypbind-mt/PKGBUILD b/extra/ypbind-mt/PKGBUILD index 60df94219..352078fe3 100644 --- a/extra/ypbind-mt/PKGBUILD +++ b/extra/ypbind-mt/PKGBUILD @@ -1,11 +1,12 @@ -# $Id: PKGBUILD 138068 2011-09-15 22:41:35Z tomegun $ -# Maintainer: Gaetan Bisson <bisson@archlinux.org> +# $Id: PKGBUILD 150656 2012-02-19 12:54:57Z tomegun $ +# Maintainer: Tom Gundersen <teg@jklm.no> +# Contributor: Gaetan Bisson <bisson@archlinux.org> # Contributor: judd <jvinet@zeroflux.org> # Contributor: Tom Newsom <Jeepster@gmx.co.uk> pkgname=ypbind-mt pkgver=1.33 -pkgrel=3 +pkgrel=4 pkgdesc='Linux NIS daemon' url='http://www.linux-nis.org/nis/ypbind-mt/' license=('GPL2') @@ -14,14 +15,11 @@ makedepends=('networkmanager') depends=('rpcbind' 'openslp' 'dbus-glib') optdepends=('yp-tools: to set a domain name') backup=('etc/yp.conf' 'etc/conf.d/ypbind' 'etc/conf.d/nisdomainname') -source=("ftp://ftp.kernel.org/pub/linux/utils/net/NIS/${pkgname}-${pkgver}.tar.gz" +#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" 'nisdomainname.conf' 'ypbind.conf' 'ypbind') -sha1sums=('49f578d15aa5d4f4130a2e96cd9c0e519263fc88' - 'eb00aecc0679e25a36b007e797f4468b40cb3e8e' - '07dee386d001fb9e9e6b76dda8af5b2092e5a4a2' - '112fc2aedfe3f761325b69647b7938bc1be5bfcd') build() { cd "${srcdir}/${pkgname}-${pkgver}" @@ -44,3 +42,7 @@ package() { install -D -m644 ../nisdomainname.conf "${pkgdir}"/etc/conf.d/nisdomainname install -d -m755 "${pkgdir}"/var/yp/binding } +md5sums=('692f68ed0476762be4228ce543a5b791' + 'e83a85291ea2ee152a78f2c16b0b1185' + '229309a989abad27703ac2e6d07dc7ae' + '1f7a4c80414d580c9afb3a08267beed0') |