#!/bin/sh -e export CPPFLAGS="$CPPFLAGS $(pkgconf --cflags libmd)" ./configure \ --prefix=/usr make make DESTDIR="$1" install