2010-06-15 20:00:36 +02:00
|
|
|
# Description: Id mapping library for NFSv4
|
|
|
|
# Maintainer: Juergen Daubert, jue at crux dot nu
|
|
|
|
# URL: http://www.citi.umich.edu/projects/nfsv4/linux/
|
|
|
|
|
|
|
|
name=libnfsidmap
|
2017-02-17 12:51:52 +01:00
|
|
|
version=0.27
|
2010-06-15 20:00:36 +02:00
|
|
|
release=1
|
2016-07-11 13:02:11 +02:00
|
|
|
source=(https://fedorapeople.org/~steved/$name/$version/$name-$version.tar.bz2)
|
2010-06-15 20:00:36 +02:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
2016-07-11 13:02:11 +02:00
|
|
|
./configure --prefix=/usr
|
2010-06-15 20:00:36 +02:00
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|