summaryrefslogtreecommitdiff
path: root/cxmanage
diff options
context:
space:
mode:
Diffstat (limited to 'cxmanage')
-rw-r--r--cxmanage/cxmanage.morph10
-rw-r--r--cxmanage/ipmitool.morph5
-rw-r--r--cxmanage/pexpect.morph12
-rw-r--r--cxmanage/pyipmi.morph5
-rw-r--r--cxmanage/tftpy.morph5
5 files changed, 37 insertions, 0 deletions
diff --git a/cxmanage/cxmanage.morph b/cxmanage/cxmanage.morph
new file mode 100644
index 00000000..3d0660b5
--- /dev/null
+++ b/cxmanage/cxmanage.morph
@@ -0,0 +1,10 @@
+name: cxmanage/cxmanage.morph
+kind: chunk
+repo: upstream:cxmanage
+ref: 54116d3c486ed7aa49f284e4cad9e6e7c293bea6
+build-system: python-distutils
+build_depends:
+- cxmanage/ipmitool.morph
+- cxmanage/pexpect.morph
+- cxmanage/pyipmi.morph
+- cxmanage/tftpy.morph
diff --git a/cxmanage/ipmitool.morph b/cxmanage/ipmitool.morph
new file mode 100644
index 00000000..59ae607e
--- /dev/null
+++ b/cxmanage/ipmitool.morph
@@ -0,0 +1,5 @@
+name: cxmanage/ipmitool.morph
+kind: chunk
+repo: upstream:ipmitool
+ref: 830d5a3787b265e5dde154d2f0e08b10ae9a7bcd
+build-system: autotools
diff --git a/cxmanage/pexpect.morph b/cxmanage/pexpect.morph
new file mode 100644
index 00000000..c9b7c813
--- /dev/null
+++ b/cxmanage/pexpect.morph
@@ -0,0 +1,12 @@
+name: cxmanage/pexpect.morph
+kind: chunk
+description: |
+ Pexpect is a pure Python module that accomplishes behaviour similar to Expect
+repo: upstream:pexpect
+ref: 7a8455f21bb45020f3594c59fc8c85cf738e147c
+configure-commands:
+- cd pexpect && make
+build-commands:
+- cd pexpect && python setup.py build
+install-commands:
+- cd pexpect && python setup.py install --prefix "$PREFIX" --root "$DESTDIR"
diff --git a/cxmanage/pyipmi.morph b/cxmanage/pyipmi.morph
new file mode 100644
index 00000000..1293dc7a
--- /dev/null
+++ b/cxmanage/pyipmi.morph
@@ -0,0 +1,5 @@
+name: cxmanage/pyipmi.morph
+kind: chunk
+repo: upstream:pyipmi
+ref: bb7dba84578c05ba87db3c4186a2989c89e4e519
+build-system: python-distutils
diff --git a/cxmanage/tftpy.morph b/cxmanage/tftpy.morph
new file mode 100644
index 00000000..c122e338
--- /dev/null
+++ b/cxmanage/tftpy.morph
@@ -0,0 +1,5 @@
+name: cxmanage/tftpy.morph
+kind: chunk
+repo: upstream:tftpy
+ref: f3d2fc4c62c1e64dd49adfaf8e65097eb8ea307b
+build-system: python-distutils