#!/bin/sh

NAME="mono"
VERSION="1.1.13.8"
REVISION="1"

PKG_SOURCEURL='http://www.go-mono.com/sources/mono-1.1/$NAME-$VERSION.tar.gz'
PKG_PATCH[0]="mono-config-intl.diff"

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


cflags
prepare
applypatch 0 0
analyzesource
configure --with-x --with-tls=pthread --enable-nunit-tests --with-icu=yes --with-static_mono=yes
make
makeinstall install-strip
tidydocumentation
analyzebinaries
finalizepackage
packagize
cleanup
