summaryrefslogtreecommitdiff
path: root/strata/morph-utils/pyfilesystem.morph
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2014-10-02 14:16:00 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2014-10-02 14:21:54 +0000
commit1a7fbedf56a4c7a6afb683851dde5d34bbb48b86 (patch)
tree9a5b81307418a19ed4ab92f2569af5141a466cbb /strata/morph-utils/pyfilesystem.morph
parent6d4a0ec6caa5a1f1f1a73a7a8bd061889cf06299 (diff)
downloaddefinitions-1a7fbedf56a4c7a6afb683851dde5d34bbb48b86.tar.gz
Split morph out of toolsbaserock/richardmaw/distbuild-fix
morph now contains distbuild and morph-cache-server, so the distbuild stratum can go away, and anything that needs it can now use morph.
Diffstat (limited to 'strata/morph-utils/pyfilesystem.morph')
-rw-r--r--strata/morph-utils/pyfilesystem.morph6
1 files changed, 6 insertions, 0 deletions
diff --git a/strata/morph-utils/pyfilesystem.morph b/strata/morph-utils/pyfilesystem.morph
new file mode 100644
index 00000000..a4931dfa
--- /dev/null
+++ b/strata/morph-utils/pyfilesystem.morph
@@ -0,0 +1,6 @@
+name: pyfilesystem
+kind: chunk
+build-commands:
+- python setup.py build
+install-commands:
+- python setup.py install --prefix="$PREFIX" --root "$DESTDIR"