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