diff options
Diffstat (limited to 'core/rpcbind/PKGBUILD')
-rw-r--r-- | core/rpcbind/PKGBUILD | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/core/rpcbind/PKGBUILD b/core/rpcbind/PKGBUILD index 9120c7d3c..e8052e1c3 100644 --- a/core/rpcbind/PKGBUILD +++ b/core/rpcbind/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 103509 2010-12-20 18:40:07Z andyrtr $ +# $Id: PKGBUILD 142757 2011-11-14 20:23:15Z tpowa $ # Maintainer: Tobias Powalowski <tpowa@archlinux.org> pkgname=rpcbind pkgver=0.2.0 -pkgrel=3 +pkgrel=5 pkgdesc="portmap replacement which supports RPC over various protocols" arch=(i686 x86_64) depends=('bash' 'glibc' 'libtirpc') @@ -25,6 +25,11 @@ build() { make } +check() { + cd $srcdir/$pkgname-$pkgver + make check +} + package() { cd $srcdir/$pkgname-$pkgver make DESTDIR=$pkgdir install |