Date: Wednesday, February 25, 2015 @ 21:44:29 Author: andyrtr Revision: 231984
minor cosmetic changes, there's no test suite Modified: rpcbind/trunk/PKGBUILD ----------+ PKGBUILD | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-02-25 18:24:56 UTC (rev 231983) +++ PKGBUILD 2015-02-25 20:44:29 UTC (rev 231984) @@ -1,4 +1,5 @@ # $Id$ +# Maintainer: AndyRTR <[email protected]> # Maintainer: Tobias Powalowski <[email protected]> pkgname=rpcbind @@ -12,6 +13,7 @@ url="http://rpcbind.sourceforge.net" license=('custom') replaces=('portmap') +# see also http://git.infradead.org/users/steved/rpcbind.git source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2 rpcbind-sunrpc.patch rpcbind.service @@ -26,21 +28,19 @@ prepare() { cd $srcdir/$pkgname-$pkgver - # patch for iana services file + # patch for iana services file # FS#20273 patch -Np1 -i ../rpcbind-sunrpc.patch } build() { cd $srcdir/$pkgname-$pkgver - ./configure --prefix=/usr --with-rpcuser=rpc --enable-warmstarts --with-statedir=/var/lib/rpcbind + ./configure --prefix=/usr \ + --with-rpcuser=rpc \ + --enable-warmstarts \ + --with-statedir=/var/lib/rpcbind make } -check() { - cd $srcdir/$pkgname-$pkgver - make check -} - package() { cd $srcdir/$pkgname-$pkgver make DESTDIR=$pkgdir install
