#!/bin/sh -e ./configure \ --prefix=/usr \ make make DESTDIR="$1" install install -Dm644 nextaw.pc "$1/usr/lib/pkgconfig/nextaw.pc"