summaryrefslogtreecommitdiff
path: root/strata/openstack-services/ipaddr-py.morph
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2015-03-23 20:59:00 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-04-08 18:29:23 +0100
commitc6d832f7cf10e1f986a617735c1f2a59b26f751f (patch)
treedad010e836cad620435347aec25057ad4a8a8d54 /strata/openstack-services/ipaddr-py.morph
parentaa071e483b8236be742cb3c7157644d786e7834f (diff)
downloaddefinitions-c6d832f7cf10e1f986a617735c1f2a59b26f751f.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/ipaddr-py.morph')
-rw-r--r--strata/openstack-services/ipaddr-py.morph6
1 files changed, 6 insertions, 0 deletions
diff --git a/strata/openstack-services/ipaddr-py.morph b/strata/openstack-services/ipaddr-py.morph
new file mode 100644
index 00000000..f6691ab7
--- /dev/null
+++ b/strata/openstack-services/ipaddr-py.morph
@@ -0,0 +1,6 @@
+name: ipaddr-py
+kind: chunk
+build-commands:
+- cd trunk && python setup.py build
+install-commands:
+- cd trunk && python setup.py install --prefix "$PREFIX" --root "$DESTDIR"