summaryrefslogtreecommitdiffstats
path: root/base/libnfsidmap/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 16:36:03 +0200
committertnut <tnut at nutyx dot com>2011-10-15 16:36:03 +0200
commit7e19e6ebae2b53f0d99cd9c65217b5737dc213c3 (patch)
tree3b10a947fc6b26ff240be1243a54dbfe7a82d1be /base/libnfsidmap/Pkgfile
parent111bc555596d1a7e33e16e336b90aa6ca7ce03b6 (diff)
downloadnutyx-extra-7e19e6ebae2b53f0d99cd9c65217b5737dc213c3.tar.gz
nutyx-extra-7e19e6ebae2b53f0d99cd9c65217b5737dc213c3.tar.bz2
nutyx-extra-7e19e6ebae2b53f0d99cd9c65217b5737dc213c3.tar.xz
nutyx-extra-7e19e6ebae2b53f0d99cd9c65217b5737dc213c3.zip
libnfsidmap dans extra
Diffstat (limited to 'base/libnfsidmap/Pkgfile')
-rw-r--r--base/libnfsidmap/Pkgfile19
1 files changed, 0 insertions, 19 deletions
diff --git a/base/libnfsidmap/Pkgfile b/base/libnfsidmap/Pkgfile
deleted file mode 100644
index 83bddef52..000000000
--- a/base/libnfsidmap/Pkgfile
+++ /dev/null
@@ -1,19 +0,0 @@
-# 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
-}
-