summaryrefslogtreecommitdiff
path: root/strata/trove/neon.def
blob: 5faf65c3dfc3350f5ea7d3bf3edb16bc9376564c (plain)
1
2
3
4
5
6
7
name: neon
build-system: autotools
configure-commands:
- ./autogen.sh
- ./configure --prefix="$PREFIX" --with-ssl
install-commands:
- make install-lib install-headers install-config DESTDIR="$DESTDIR"