#!/bin/sh -e ./configure \ --prefix=/usr make install -Dm755 snarf "$1/usr/bin/snarf" install -Dm644 snarf.1 "$1/usr/share/man/man1/snarf.1"