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