[arch-commits] Commit in rpcbind/trunk (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Mon Dec 20 18:33:59 UTC 2010


    Date: Monday, December 20, 2010 @ 13:33:59
  Author: andyrtr
Revision: 103506

upgpkg: rpcbind 0.2.0-3
add missing man-page; fix #21271

Modified:
  rpcbind/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-12-20 14:20:32 UTC (rev 103505)
+++ PKGBUILD	2010-12-20 18:33:59 UTC (rev 103506)
@@ -1,8 +1,9 @@
 # $Id$
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+
 pkgname=rpcbind
 pkgver=0.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc="portmap replacement which supports RPC over various protocols"
 arch=(i686 x86_64)
 depends=('bash' 'glibc' 'libtirpc')
@@ -22,7 +23,13 @@
   patch -Np1 -i ../rpcbind-sunrpc.patch
   ./configure --prefix=/usr
   make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
   make DESTDIR=$pkgdir install
+  # install missing man page - https://bugs.archlinux.org/task/21271
+  install man/rpcinfo.8 $pkgdir/usr/share/man/man8/
   # install daemon 
   install -D -m755 $srcdir/rpcbind $pkgdir/etc/rc.d/rpcbind
   # install license




More information about the arch-commits mailing list