summaryrefslogtreecommitdiffstats
path: root/nfs-utils/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-05-13 21:37:35 +0200
committerpiernov <piernov@piernov.org>2012-05-13 21:37:35 +0200
commit82162ab3c8dfb3052072c60f46d21fda4b3fb6b0 (patch)
tree332cb16ea2cf5158409ccae04ef38d1eb1eadee3 /nfs-utils/Pkgfile
parent31ce318a9e049c7a9f9f817c734e2ad80b912dc9 (diff)
downloadnutyx-pakxe-82162ab3c8dfb3052072c60f46d21fda4b3fb6b0.tar.gz
nutyx-pakxe-82162ab3c8dfb3052072c60f46d21fda4b3fb6b0.tar.bz2
nutyx-pakxe-82162ab3c8dfb3052072c60f46d21fda4b3fb6b0.tar.xz
nutyx-pakxe-82162ab3c8dfb3052072c60f46d21fda4b3fb6b0.zip
Revert "nfs dans base"
This reverts commit cf1e6fc2126a7de094a8b28f0d3284c12e8cf0f0.
Diffstat (limited to 'nfs-utils/Pkgfile')
-rwxr-xr-xnfs-utils/Pkgfile28
1 files changed, 0 insertions, 28 deletions
diff --git a/nfs-utils/Pkgfile b/nfs-utils/Pkgfile
deleted file mode 100755
index efb12fc31..000000000
--- a/nfs-utils/Pkgfile
+++ /dev/null
@@ -1,28 +0,0 @@
-# Description: Utilitaires pour le système de fichiers nfs
-# URL: http://nfs.sourceforge.net
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on: libevent
-# Run on: portmap
-
-name=nfs-utils
-version=1.2.0
-release=3
-source=(http://ftp.kernel.org/pub/linux/utils/nfs/$name-$version.tar.gz)
-build() {
-cd $name-$version
-sed -i "1i\#include <sys/stat.h>\n" utils/exportfs/exportfs.c
-sed -i "1i\#include <sys/stat.h>\n" utils/mount/mount.c
-sed -i "1i\#include <sys/stat.h>\n" utils/mount/network.c
-sed -i 's/getkversion//' tools/Makefile.in
-./configure --prefix=/usr \
- --sysconfdir=/etc \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info \
- --disable-nfsv4 \
- --disable-gss
-make
-make DESTDIR=$PKG install
-rm -r $PKG/{var,usr/share/man/man{7,8}}
-mkdir -p $PKG/var/lib/nfs
-}