#!/bin/sh
#
# Copyright 2004, 2007 Dagmar d'Surreal <rivyqntzne@tznvy.pbz>
# Copyright 2005, 2006, 2007 Scott Harmon
# Available under the terms of the GNU GPL.
#

NAME="notify-sharp"
VERSION="0.4.0~r2998"
REVISION="1"

PKG_DISABLESMP=":(((( mono mono is cry cry baby.... )))):"

PKG_SOURCEURL='https://launchpad.net/ubuntu/+archive/primary/+files/${NAME}_${VERSION}.orig.tar.gz'

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

cflags
cxxflags
prepare
analyzesource
spewdo "cd $PKG_SRCROOT; ./autogen.sh"
configure
make
makeinstall install-strip
tidydocumentation
analyzebinaries
finalizepackage
packagize
cleanup
