summaryrefslogtreecommitdiff
path: root/strata/trove/neon.morph
blob: 19f8e83fee7529ba05103e0f2df628a4a84ceadb (plain)
1
2
3
4
5
6
7
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"