diff options
author | tnut <tnut at nutyx dot com> | 2011-06-30 13:52:26 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-06-30 13:52:26 +0200 |
commit | 372ce7e4bd860d7a77865992ac151cbf3b73046e (patch) | |
tree | f897430d142d7576c84bf042ea2b03a050979409 /base/libnfsidmap/Pkgfile | |
parent | 3fd28062d27ef0f7514c749890ed59025e44cb82 (diff) | |
download | nutyx-pakxe-372ce7e4bd860d7a77865992ac151cbf3b73046e.tar.gz nutyx-pakxe-372ce7e4bd860d7a77865992ac151cbf3b73046e.tar.bz2 nutyx-pakxe-372ce7e4bd860d7a77865992ac151cbf3b73046e.tar.xz nutyx-pakxe-372ce7e4bd860d7a77865992ac151cbf3b73046e.zip |
ajout libnfsidmap 0.24-1
Diffstat (limited to 'base/libnfsidmap/Pkgfile')
-rw-r--r-- | base/libnfsidmap/Pkgfile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/base/libnfsidmap/Pkgfile b/base/libnfsidmap/Pkgfile new file mode 100644 index 000000000..83bddef52 --- /dev/null +++ b/base/libnfsidmap/Pkgfile @@ -0,0 +1,19 @@ +# Decription: Librairie pour l'aide du mapping ds NFSv4 +# URL: http://www.citi.umich.edu/projects/nfsv4/linux/ +# Maintainer: NuTyX core team +# Packager: tnut at nutyx dot com + +name=libnfsidmap +version=0.24 +release=1 + +source=( http://www.citi.umich.edu/projects/nfsv4/linux/$name/$name-$version.tar.gz ) + +build() { + cd $name-$version + ./configure --prefix=/usr \ + --sysconfdir=/etc + make + make DESTDIR=$PKG install +} + |