#!/bin/sh -e ./configure \ --prefix=/usr \ --enable-nasm \ --enable-shared make make DESTDIR="$1" install # Remove docs. rm -rf "$1/usr/share/doc"