summaryrefslogtreecommitdiff
path: root/elements/morph-utils/pyfilesystem.bst
diff options
context:
space:
mode:
Diffstat (limited to 'elements/morph-utils/pyfilesystem.bst')
-rw-r--r--elements/morph-utils/pyfilesystem.bst18
1 files changed, 18 insertions, 0 deletions
diff --git a/elements/morph-utils/pyfilesystem.bst b/elements/morph-utils/pyfilesystem.bst
new file mode 100644
index 00000000..92e80bd1
--- /dev/null
+++ b/elements/morph-utils/pyfilesystem.bst
@@ -0,0 +1,18 @@
+kind: manual
+depends:
+- core.bst
+- ostree-core.bst
+- python-cliapp.bst
+- python2-core.bst
+- python-pygobject.bst
+- python-wsgi.bst
+sources:
+- kind: git
+ url: upstream:pyfilesystem
+ track: baserock/morph
+ ref: 821f7db1ce3a3e1ac53fa514ddacbc2871eac0f6
+config:
+ build-commands:
+ - python setup.py build
+ install-commands:
+ - python setup.py install --prefix="%{prefix}" --root "%{install-root}"