#!/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="sg3-utils"
VERSION="1.27"
REVISION="1"

PKG_SOURCEURL='http://www.sfr-fresh.com/cgi-bin/warex?linux/misc/sg3_utils-$VERSION.tar.bz2'

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

DLG_PKGER="salv"

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