#!/bin/sh
#
# Copyright 2007 Donnavon Hallgren <donwhall@gmail.com>
# Available under the terms of the GNU GPL.
#
# This script is for use with the dropline GNOME build engine
# http://www.droplinegnome.org
#

NAME="podsleuth"
VERSION="0.6.4"
REVISION="1"

PKG_SOURCEURL='http://download.banshee-project.org/podsleuth/$NAME-$VERSION.tar.bz2'

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

DLG_PKGER="salv"

PKG_DISABLESMP='Yes'

cflags
cxxflags
prepare
analyzesource
configure "-with-hal-callouts-dir=/usr/lib/hal/scripts"
make
makeinstall install-strip
tidydocumentation
analyzebinaries
finalizepackage
packagize
cleanup
