#!/bin/sh -e

./configure \
	--prefix=/usr \
	--sysconfdir=/etc \
	--with-trust-paths=/etc/pki/anchors

make
make DESTDIR="$1" install