#!/bin/sh
#
# Copyright 2006 Zach Borgerding <zborgerd@gmail.com>
# Available under the terms of the GNU GPL.
#

NAME="gnome-mount"
VERSION="0.8"
REVISION="2"

PKG_SOURCEURL='http://hal.freedesktop.org/releases/$NAME-$VERSION.tar.gz'

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

# buildrequires libnotify

cflags
prepare
analyzesource
configure --enable-nautilus-extension
make
makeinstall install-strip
tidydocumentation
analyzebinaries
finalizepackage
packagize
cleanup
