summaryrefslogtreecommitdiff
path: root/strata/openstack-services/thrift.morph
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2015-03-23 20:59:00 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2015-03-23 22:57:47 +0000
commit4a4e7610d52e9288b08fc04c0d704e354b76c61b (patch)
treeee7005ba101a8bf91e049a6c339571cfc830b49e /strata/openstack-services/thrift.morph
parent1476854f50851895773654feabb1927e28c80529 (diff)
downloaddefinitions-4a4e7610d52e9288b08fc04c0d704e354b76c61b.tar.gz
WIP: Add openstack-services stratum
TODO: Split this up into more strata, since a lot of dependencies are included where it may be better to split them out. Possible candidates for splitting out: - rabbitmq - all the python packages TODO: Rename xattr to python-xattr
Diffstat (limited to 'strata/openstack-services/thrift.morph')
-rw-r--r--strata/openstack-services/thrift.morph9
1 files changed, 9 insertions, 0 deletions
diff --git a/strata/openstack-services/thrift.morph b/strata/openstack-services/thrift.morph
new file mode 100644
index 00000000..321e06d6
--- /dev/null
+++ b/strata/openstack-services/thrift.morph
@@ -0,0 +1,9 @@
+{
+ "name": "thrift",
+ "kind": "chunk",
+ "build-system": "autotools",
+ "configure-commands": [
+ "./bootstrap.sh",
+ "./configure --prefix=\"$PREFIX\" --without-erlang"
+ ]
+}