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/lorry/hg-fast-export.bst | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 elements/lorry/hg-fast-export.bst (limited to 'elements/lorry/hg-fast-export.bst') diff --git a/elements/lorry/hg-fast-export.bst b/elements/lorry/hg-fast-export.bst new file mode 100644 index 00000000..8cc12785 --- /dev/null +++ b/elements/lorry/hg-fast-export.bst @@ -0,0 +1,20 @@ +kind: manual +depends: +- foundation.bst +- python-cliapp.bst +- pcre-utils.bst +- lorry/mercurial-tarball.bst +sources: +- kind: git + url: upstream:hg-fast-export + track: baserock/morph + ref: 09a472aa58da0417a11a22bae172785f7cb2e80f +config: + install-commands: + - install -d "%{install-root}/%{prefix}/bin" + - install -m 0755 hg-fast-export.py "%{install-root}/%{prefix}/bin/" + - install -m 0755 hg-reset.py "%{install-root}/%{prefix}/bin/" + - install -m 0755 hg-fast-export.sh "%{install-root}/%{prefix}/bin/hg-fast-export" + - install -m 0755 hg-reset.sh "%{install-root}/%{prefix}/bin/hg-reset" + - install -d "%{install-root}/%{prefix}/lib/python2.7/site-packages" + - install -m 0644 hg2git.py "%{install-root}/%{prefix}/lib/python2.7/site-packages/" -- cgit v1.2.1