summaryrefslogtreecommitdiff
path: root/chunks/neon.morph
blob: 63a479859de32983f14d305eb725cf6da415b3fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
name: neon
kind: chunk
repo: upstream:neon
ref: 837374e9d797e216f1de684595cefe791f67c0e4
unpetrify-ref: baserock/morph
build-system: autotools
configure-commands:
- ./autogen.sh
- ./configure --prefix="$PREFIX" --with-ssl
build-commands:
- make
install-commands:
- make install-lib install-headers install-config DESTDIR="$DESTDIR"