summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2012-11-16 16:46:31 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2012-11-16 16:46:36 +0000
commitf5af4873c2f3d3411be96e77c600702ac41b43bd (patch)
tree4fbf9c1c90d413025d3796ec2175952ab4abad01
parentebc81ebb479853cee00d3279052cbfaaa29a3823 (diff)
downloadnfs-utils-f5af4873c2f3d3411be96e77c600702ac41b43bd.tar.gz
Add morphology; disable nfsv4 support (extra dependencies)
-rw-r--r--nfs-utils.morph9
1 files changed, 9 insertions, 0 deletions
diff --git a/nfs-utils.morph b/nfs-utils.morph
new file mode 100644
index 0000000..6f76a4c
--- /dev/null
+++ b/nfs-utils.morph
@@ -0,0 +1,9 @@
+{
+ "name": "nfs-utils",
+ "kind:" "chunk",
+ "build-system": "autotools",
+ "configure-commands": [
+ "NOCONFIGURE=1 ./autogen.sh",
+ "./configure --prefix=\"$PREFIX\" --disable-nfsv4 --disable-nfsv41"
+ ]
+}