summaryrefslogtreecommitdiff
path: root/elements/lorry/neon.bst
diff options
context:
space:
mode:
Diffstat (limited to 'elements/lorry/neon.bst')
-rw-r--r--elements/lorry/neon.bst16
1 files changed, 16 insertions, 0 deletions
diff --git a/elements/lorry/neon.bst b/elements/lorry/neon.bst
new file mode 100644
index 00000000..9728090b
--- /dev/null
+++ b/elements/lorry/neon.bst
@@ -0,0 +1,16 @@
+kind: autotools
+depends:
+- foundation.bst
+- python-cliapp.bst
+- pcre-utils.bst
+sources:
+- kind: git
+ url: upstream:neon
+ track: baserock/morph
+ ref: 837374e9d797e216f1de684595cefe791f67c0e4
+config:
+ configure-commands:
+ - ./autogen.sh
+ - ./configure --prefix="%{prefix}" --with-ssl
+ install-commands:
+ - make install-lib install-headers install-config DESTDIR="%{install-root}"