From 32e399484b65212bd40ab12d1396a1e7a1ca1ba1 Mon Sep 17 00:00:00 2001 From: Paul Sherwood Date: Mon, 17 Nov 2014 21:34:47 +0000 Subject: Add haproxy to webtools --- strata/webtools.morph | 6 ++++++ strata/webtools/haproxy.morph | 7 +++++++ 2 files changed, 13 insertions(+) create mode 100644 strata/webtools/haproxy.morph diff --git a/strata/webtools.morph b/strata/webtools.morph index 8df32e9c..c3594bdd 100644 --- a/strata/webtools.morph +++ b/strata/webtools.morph @@ -33,3 +33,9 @@ chunks: ref: 37a582c9ea3e731c115e560d31b26f78535b8fca unpetrify-ref: baserock/v1.7.0 build-depends: [] +- name: haproxy + morph: strata/webtools/haproxy.morph + repo: upstream:haproxy + ref: 9229f1248f2a2ec9ea6691caf60301a2dbad1a70 + unpetrify-ref: v1.5.0 + build-depends: [] diff --git a/strata/webtools/haproxy.morph b/strata/webtools/haproxy.morph new file mode 100644 index 00000000..e279e165 --- /dev/null +++ b/strata/webtools/haproxy.morph @@ -0,0 +1,7 @@ +name: haproxy +kind: chunk +configure-commands: +build-commands: +- make TARGET=linux26 +install-commands: +- make DESTDIR="$DESTDIR" install -- cgit v1.2.1