#!/bin/sh -e

./configure \
    --prefix=/usr \
    --disable-nls \
    --with-nettle-mini \
    --with-included-libtasn1 \
    --with-included-unistring \
    --disable-guile \
    --enable-static

make
make DESTDIR="$1" install