summaryrefslogtreecommitdiff
path: root/strata/lorry/neon.morph
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2014-11-19 11:29:35 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2014-11-19 11:29:35 +0000
commitc8278dc8d4e3c54613179963501ae27a09e01eda (patch)
treea4e5a3e43d38f60b2de500fc4ded8995d9b0dfc8 /strata/lorry/neon.morph
parentf4e9dd7d95080d9d48a282df7b0c8aeb602a439d (diff)
parent7e1cc5349c431b9fb69640c87fe57ee4ae6529e6 (diff)
downloaddefinitions-c8278dc8d4e3c54613179963501ae27a09e01eda.tar.gz
Merge remote-tracking branch 'origin/baserock/sam/add-lorry-to-devel'
Reviewed-By: Adam Coldrick <adam.coldrick@codethink.co.uk> Reviewed-By: Richard Maw <richard.maw@codethink.co.uk>
Diffstat (limited to 'strata/lorry/neon.morph')
-rw-r--r--strata/lorry/neon.morph8
1 files changed, 8 insertions, 0 deletions
diff --git a/strata/lorry/neon.morph b/strata/lorry/neon.morph
new file mode 100644
index 00000000..19f8e83f
--- /dev/null
+++ b/strata/lorry/neon.morph
@@ -0,0 +1,8 @@
+name: neon
+kind: chunk
+build-system: autotools
+configure-commands:
+- ./autogen.sh
+- ./configure --prefix="$PREFIX" --with-ssl
+install-commands:
+- make install-lib install-headers install-config DESTDIR="$DESTDIR"