summaryrefslogtreecommitdiff
path: root/elements/lorry/neon.bst
blob: 9728090bc1a3dc66a8aa3559530fe240da1aef35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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}"