#!/bin/sh
#
# Copyright 2006 Zach Borgerding <zborgerd@gmail.com>
# Available under the terms of the GNU GPL.
#
 
NAME="gsf-sharp"
VERSION="0.8.1"
REVISION="1"
 
PKG_SOURCEURL='http://primates.ximian.com/~joe/$NAME-$VERSION.tar.gz'
 
#PKG_PATCH[0]='gsf-sharp_0.8.1dlg.patch'
 
. $DLG_ROOT/config
. $DLG_ROOT/SCRIPTS/dropline-functions.sh
 
cflags
cxxflags
prepare
 
#applypatch 0 1
 
analyzesource
configure
make
makeinstall install-strip
tidydocumentation
analyzebinaries
finalizepackage
packagize
cleanup