summaryrefslogtreecommitdiffstats
path: root/base/libnfsidmap/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-07-01 07:40:40 +0200
committertnut <tnut at nutyx dot com>2011-07-01 07:40:40 +0200
commit217cfa703037b03000e81a69f80d1ab8510710c3 (patch)
treefd97a91985da8b455fb44c2c57daa6c57c624b85 /base/libnfsidmap/Pkgfile
parente8c729d20fe8774273c0115c39215fa5acafbec8 (diff)
parent859f3dc38f271d3f6beba0eebf49f8b9c0b59bd1 (diff)
downloadnutyx-extra-217cfa703037b03000e81a69f80d1ab8510710c3.tar.gz
nutyx-extra-217cfa703037b03000e81a69f80d1ab8510710c3.tar.bz2
nutyx-extra-217cfa703037b03000e81a69f80d1ab8510710c3.tar.xz
nutyx-extra-217cfa703037b03000e81a69f80d1ab8510710c3.zip
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/pakxe
Diffstat (limited to 'base/libnfsidmap/Pkgfile')
-rw-r--r--base/libnfsidmap/Pkgfile19
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
+}
+