#!/bin/sh
#
# Copyright 2005 Scott Harmon
# Available under the terms of the GNU GPL.
#

NAME="system-tools-backends"
VERSION="1.4.0"
REVISION="3"

PKG_SOURCEURL='http://system-tools-backends.freedesktop.org/downloads/$VER_MAJ.$VER_MIN/$NAME-$VERSION.tar.gz'

PKG_PATCH[0]="slackware-10.2.0.patch"
PKG_PATCH[1]="bug-316732.patch"

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

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