summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2012-07-23 14:52:46 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2012-07-23 14:52:46 +0100
commitb69d0eae92aa891cfab455ddc205ff12180f637f (patch)
tree2ef8d0c232bf00c2b886b2acbf0d7c571b6efffd
parent45a88c1ac003e9fb5e5cb3801590e655ffad0281 (diff)
downloadnautilus-sendto-baserock/morph.tar.gz
Add morphologybaserock/morph
Configure to disable evolution plugin, its API has broken again
-rw-r--r--nautilus-sendto.morph9
1 files changed, 9 insertions, 0 deletions
diff --git a/nautilus-sendto.morph b/nautilus-sendto.morph
new file mode 100644
index 0000000..2132eee
--- /dev/null
+++ b/nautilus-sendto.morph
@@ -0,0 +1,9 @@
+{
+ "name": "nautilus-sendto",
+ "kind": "chunk",
+ "build-system": "autotools",
+ "configure-commands": [
+ "NOCONFIGURE=1 ./autogen.sh",
+ "./configure --prefix=\"$PREFIX\" --with-plugins=removable-devices"
+ ]
+}