From 7373d6f51fc587c1fd312020025a6fa5d740c46c Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Wed, 24 May 2017 16:33:10 +0100 Subject: Add the newly converted-to-BuildStream definitions This is not a conversion of all systems, just a subset. --- elements/trove/trove/supple.bst | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 elements/trove/trove/supple.bst (limited to 'elements/trove/trove/supple.bst') diff --git a/elements/trove/trove/supple.bst b/elements/trove/trove/supple.bst new file mode 100644 index 00000000..0a5b2ff6 --- /dev/null +++ b/elements/trove/trove/supple.bst @@ -0,0 +1,22 @@ +kind: manual +description: Sandbox (for) Untrusted Procedure Partitioning (in) Lua Engine. +depends: +- python2-core.bst +- tools.bst +- morph-utils.bst +- pcre-utils.bst +- trove/trove/lua.bst +- trove/trove/luxio.bst +sources: +- kind: git + url: upstream:gitano/supple + track: baserock/morph + ref: 0963e5706d78d0ae7446ea91af986de1e196eb39 + submodules: + extras/luacov: + url: upstream:gitano/luacov +config: + build-commands: + - make + install-commands: + - make INST_BASE="%{prefix}" DESTDIR="%{install-root}" install -- cgit v1.2.1