diff options
author | Juergen Daubert <jue@jue.li> | 2016-12-03 16:40:18 +0100 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2016-12-03 16:40:18 +0100 |
commit | 566d285c943d15f3d850bc9662887fe8ed139e89 (patch) | |
tree | 01e6ef572896bdd0523fbca0bdd58be44072bda5 /rpcbind/Pkgfile | |
parent | 5687a39e17bfb17960a98a6e829cc67111be7166 (diff) | |
download | opt-566d285c943d15f3d850bc9662887fe8ed139e89.tar.gz opt-566d285c943d15f3d850bc9662887fe8ed139e89.tar.xz |
rpcbind: update to 0.2.4
Diffstat (limited to 'rpcbind/Pkgfile')
-rw-r--r-- | rpcbind/Pkgfile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/rpcbind/Pkgfile b/rpcbind/Pkgfile index 8b4d593d0..49d903388 100644 --- a/rpcbind/Pkgfile +++ b/rpcbind/Pkgfile @@ -4,20 +4,17 @@ # Depends on: libtirpc name=rpcbind -version=0.2.3 -release=3 +version=0.2.4 +release=1 source=(http://downloads.sourceforge.net/project/$name/$name/$version/$name-$version.tar.bz2 \ - $name-$version.patch rpcbind) + rpcbind) build() { cd $name-$version - patch -p1 -i $SRC/$name-$version.patch - ./configure --prefix=/usr \ --bindir=/sbin \ --disable-libwrap \ - --with-rpcuser=root \ --without-systemdsystemunitdir make |