#!/bin/sh

NAME="libgdiplus"
VERSION="1.1.9"
REVISION="1"

PKG_SOURCEURL='http://go-mono.com/sources/$NAME-1.1/$NAME-$VERSION.tar.gz'

. $DLG_ROOT/config
. $DLG_ROOT/SCRIPTS/dropline-functions.sh

cflags
prepare
analyzesource
configure 
make
makeinstall install-strip
tidydocumentation
analyzebinaries
finalizepackage
packagize
cleanup
