#!/bin/sh
#
# Copyright 2006-2007 Renato Cunha <trovao@users.sourceforge.net>
# Available under the terms of the GNU GPL.
#


NAME="gnome-sharp"
VERSION="2.24.1"
REVISION="2"

PKG_SOURCEURL='ftp://ftp.gnome.org/pub/gnome/sources/$NAME/$VER_MAJ.$VER_MIN/$NAME-$VERSION.tar.bz2'

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

cflags
prepare
analyzesource
# just to be sure with the config
configure --libdir=/usr/lib$LIBSUFFIX 
make
makeinstall install-strip
tidydocumentation
analyzebinaries
finalizepackage
packagize
cleanup
