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