opt/libtirpc/Pkgfile

16 lines
416 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=0.2.1
release=1
source=(http://download.sourceforge.net/$name/$name/$version/$name-$version.tar.bz2)
2010-06-15 20:02:04 +02:00
build() {
cd $name-$version
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install
}