#!/bin/bash
#
# Copyright 2008 Dagmar d'Surreal <rivyqntzne@tznvy.pbz>
# Available under the terms of the GNU GPL.
#


NAME="libgdiplus"
VERSION="2.10.9"
REVISION="1"

PKG_SOURCEURL='http://download.mono-project.com/sources/$NAME/$NAME-$VERSION.tar.bz2'

. $DLG_ROOT/etc/config
. $DLG_ROOT/lib/dl-base

cflags
PKG_CFLAGS="-lglib-2.0 -lX11 $PKG_CFLAGS"

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