rpcbind: update to 0.2.1

This commit is contained in:
Juergen Daubert 2013-08-20 14:22:06 +02:00
parent 9d0e1f71d8
commit e340558409
2 changed files with 3 additions and 4 deletions

View File

@ -1,2 +1,2 @@
b19843b2a0dd0a56fdec182e39b23775 rpcbind
1a77ddb1aaea8099ab19c351eeb26316 rpcbind-0.2.0.tar.bz2
0a5f9c2142af814c55d957aaab3bcc68 rpcbind-0.2.1.tar.bz2

View File

@ -4,8 +4,8 @@
# Depends on: libtirpc tcp_wrappers
name=rpcbind
version=0.2.0
release=2
version=0.2.1
release=1
source=(http://downloads.sourceforge.net/project/$name/$name/$version/$name-$version.tar.bz2 \
rpcbind)
@ -17,6 +17,5 @@ build() {
--enable-libwrap
make
make DESTDIR=$PKG install
install -m 644 man/rpcinfo.8 $PKG/usr/man/man8
install -D -m 755 $SRC/rpcbind $PKG/etc/rc.d/rpcbind
}