#!/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="banshee-1"
VERSION="1.4.3"
REVISION="1"

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

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

DLG_PKGER="salv"

PKG_DISABLESMP='Yes'

cflags
cxxflags
prepare
analyzesource
configure --enable-ipod --enable-njb --disable-docs
make
makeinstall install-strip
tidydocumentation
analyzebinaries
finalizepackage
packagize
cleanup
