libtirpc: update to 0.2.4

This commit is contained in:
Juergen Daubert 2013-12-20 20:07:55 +01:00
parent 24e8e14d79
commit 051fee287c
2 changed files with 4 additions and 3 deletions

View File

@ -1 +1 @@
b70e6c12a369a91e69fcc3b9feb23d61 libtirpc-0.2.3.tar.bz2
847995e8d002cbf1387bda05947be086 libtirpc-0.2.4.tar.bz2

View File

@ -3,7 +3,7 @@
# URL: http://nfsv4.bullopensource.org/doc/tirpc_rpcbind.php
name=libtirpc
version=0.2.3
version=0.2.4
release=1
source=(http://downloads.sourceforge.net/project/$name/$name/$version/$name-$version.tar.bz2)
@ -12,7 +12,8 @@ build() {
./configure --prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/man
--mandir=/usr/man \
--disable-gssapi
make
make DESTDIR=$PKG install