#!/bin/sh

NAME="mono"
VERSION="1.1.10"
REVISION="1"

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

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

PKG_DOCFILES="$PKG_DOCFILES"

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