summaryrefslogtreecommitdiff
path: root/strata/openstack-services/librabbitmq.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-04-07 10:08:30 +0000
commit55145f63356fbad216c250e3e64bd72b72b62b85 (patch)
tree2f20e65eeb3eb443179a7ee1e82639a61776bfcc /strata/openstack-services/librabbitmq.morph
parent2c42a826dbe382efe31f4dc8512411809565317a (diff)
downloaddefinitions-55145f63356fbad216c250e3e64bd72b72b62b85.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/librabbitmq.morph')
-rw-r--r--strata/openstack-services/librabbitmq.morph10
1 files changed, 10 insertions, 0 deletions
diff --git a/strata/openstack-services/librabbitmq.morph b/strata/openstack-services/librabbitmq.morph
new file mode 100644
index 00000000..b87ce369
--- /dev/null
+++ b/strata/openstack-services/librabbitmq.morph
@@ -0,0 +1,10 @@
+name: librabbitmq
+kind: chunk
+build-system: python-distutils
+configure-commands:
+- (cd rabbitmq-c; rm -rf codegen; ln -sf ../rabbitmq-codegen ./codegen)
+- (cd rabbitmq-c; autoreconf -fvi)
+- (cd rabbitmq-c; automake --add-missing)
+- (cd rabbitmq-c; ./configure --disable-tools --disable-docs)
+- (cd rabbitmq-c; make distdir)
+- mv rabbitmq-c/rabbitmq-c-0.5.3 clib