Hi,

the nbd package at AUR, http://aur.archlinux.org/packages.php?ID=9691,
has been out-of-date for quite a while. I have an updated PKGBUILD
(attached below) and wonder whether there is a way to make that update
happen even if the maintainer of that package has apparently lost
interest.

Take care,
Peter

# Contributor: Gerhard Baruer <[email protected]>
pkgname=nbd
pkgver=2.9.12
pkgrel=1
pkgdesc="Tools for network block devices, allowing you to use remote block 
devices over TCP/IP."
url="http://nbd.sourceforge.net";
source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
depends=('glib2')
license=('GPL')
arch=('i686' 'x86_64' 'ppc')
md5sums=('ba96954c3dadcd51a6bc30d13e635dc7')

build()
{
  cd "${srcdir}/${pkgname}-${pkgver}"
  ./configure --prefix=/usr
  make || return 1
  make DESTDIR="${startdir}/pkg" install || return 1
}

Reply via email to