Subversion Repository

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2068 - (show annotations)
Fri Nov 12 13:16:33 2010 UTC (2 years, 6 months ago) by gesp
File size: 425 byte(s)
libtirpc: fixed to 0.2.1-1
1 # Description: Transport Independent RPC library
2 # Maintainer: Juergen Daubert, jue at crux dot nu
3 # URL: http://nfsv4.bullopensource.org/doc/tirpc_rpcbind.php
4
5 name=libtirpc
6 version=0.2.1
7 release=1
8 source=(http://downloads.sourceforge.net/project/$name/$name/$version/$name-$version.tar.bz2)
9
10 build() {
11 cd $name-$version
12 ./configure --prefix=/usr --mandir=/usr/man
13 make
14 make DESTDIR=$PKG install
15 }