summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2012-11-19 12:14:59 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2012-11-19 12:18:13 +0000
commit8785c200e8626442074cbb34d4679f18ead82c4f (patch)
tree5f7145ad7729b49f30b89e1dad88d804715979cb
parent86036582c001e99075f4d74cb3829df39f2a9ddf (diff)
downloadrpcbind-8785c200e8626442074cbb34d4679f18ead82c4f.tar.gz
Add morphology
-rw-r--r--rpcbind.morph10
1 files changed, 10 insertions, 0 deletions
diff --git a/rpcbind.morph b/rpcbind.morph
new file mode 100644
index 0000000..44dbcae
--- /dev/null
+++ b/rpcbind.morph
@@ -0,0 +1,10 @@
+{
+ "name": "rpcbind",
+ "kind": "chunk",
+ "build-system": "autotools",
+ "configure-commands": [
+ "NOCONFIGURE=1 ./autogen.sh",
+ "./configure --prefix=\"$PREFIX\" --enable-libwrap"
+ ]
+}
+