opt/libtirpc/Pkgfile

20 lines
483 B
Plaintext
Raw Normal View History

2010-06-15 20:02:04 +02:00
# Description: Transport Independent RPC library
# Maintainer: Juergen Daubert, jue at crux dot nu
# URL: http://nfsv4.bullopensource.org/doc/tirpc_rpcbind.php
name=libtirpc
version=1.0.2
release=1
source=(http://downloads.sourceforge.net/project/$name/$name/$version/$name-$version.tar.bz2)
2010-06-15 20:02:04 +02:00
build() {
cd $name-$version
2013-02-16 15:40:33 +01:00
./configure --prefix=/usr \
--sysconfdir=/etc \
2013-12-20 20:07:55 +01:00
--disable-gssapi
2013-01-05 09:23:12 +01:00
2010-06-15 20:02:04 +02:00
make
make DESTDIR=$PKG install
}