diff options
author | root <root@rshg054.dnsready.net> | 2011-11-15 23:14:47 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-11-15 23:14:47 +0000 |
commit | 91ef4ffb2e0ba850501329a8bbc0b326788bd58c (patch) | |
tree | 3731bbc0887d98ae3a45395f9826cc51ae3473c3 /core/rpcbind/PKGBUILD | |
parent | 28b13b7e8e6e1e4fa1593f0dfb1c37569f2f90a8 (diff) |
Tue Nov 15 23:14:47 UTC 2011
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 |