#!/bin/sh -e

patch -p1 < static-no-libtool.patch

make PREFIX=/usr libtermkey.a
make PREFIX=/usr DESTDIR="$1" install
