#!/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="ipod-sharp"
VERSION="0.8.5"
REVISION="1"

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

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

DLG_PKGER="salv"

PKG_DISABLESMP='YES'

cflags
cxxflags
prepare
analyzesource
configure
make
makeinstall install-strip
tidydocumentation
analyzebinaries
finalizepackage
packagize
cleanup
