summaryrefslogtreecommitdiff
path: root/baserock/strata/swift/xattr.morph
diff options
context:
space:
mode:
Diffstat (limited to 'baserock/strata/swift/xattr.morph')
-rw-r--r--baserock/strata/swift/xattr.morph8
1 files changed, 8 insertions, 0 deletions
diff --git a/baserock/strata/swift/xattr.morph b/baserock/strata/swift/xattr.morph
new file mode 100644
index 00000000..65f47dae
--- /dev/null
+++ b/baserock/strata/swift/xattr.morph
@@ -0,0 +1,8 @@
+name: xattr
+kind: chunk
+configure-commands:
+- cp -r /usr/lib/python2.7/site-packages/cffi .
+build-commands:
+- python setup.py build
+install-commands:
+- python setup.py install --prefix "$PREFIX" --root "$DESTDIR"