blob: ccd5cb8a4cb30a4762763ba77d67786447a3b55d (
plain)
1
2
3
4
5
6
7
8
9
10
|
name: libgcrypt
kind: chunk
build-system: autotools
pre-configure-commands:
- autoreconf -fi
configure-commands:
# libgcrypt documentation requires fig2dev, which we don't have
- ./configure --prefix="$PREFIX" --disable-doc
|