#!/bin/sh -e ./configure \ --prefix=/usr \ --enable-pinentry-tty \ --enable-pinentry-curses make make DESTDIR="$1" install