diff options
Diffstat (limited to 'repo/python-jsonschema.xibuild')
-rw-r--r-- | repo/python-jsonschema.xibuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/repo/python-jsonschema.xibuild b/repo/python-jsonschema.xibuild new file mode 100644 index 0000000..4c33edd --- /dev/null +++ b/repo/python-jsonschema.xibuild @@ -0,0 +1,16 @@ +#!/bin/sh + +MAKEDEPS="python" +DEPS="%deps%" + +PKG_VER= +SOURCE= +DESC="" + +build() { + python setup.py build +} + +package () { + python setup.py install --root="$PKG_DEST" --optimize=1 +} |