#!/bin/sh

NAME="gecko-sharp2"
VERSION="0.11"
REVISION="2"

#PKG_SOURCEURL='http://www.go-mono.com/sources/$NAME/$NAME-$VERSION.tar.gz'
PKG_SOURCEURL='http://go-mono.com/sources/gecko-sharp-2.0/gecko-sharp-2.0-0.11.tar.gz'



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

cflags
prepare
analyzesource
configure --with-mozilla-headers=/usr/include/firefox/ --with-mozilla-libs=/usr/lib/firefox --enable-monodoc
make
makeinstall install-strip
tidydocumentation
analyzebinaries
includescript
finalizepackage
packagize
cleanup
