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

NAME="gnome-utils"
VERSION="2.28.3"
REVISION="1"

PKG_SOURCEURL='http://ftp.gnome.org/pub/GNOME/sources/$NAME/$VER_MAJ.$VER_MIN/$NAME-$VERSION.tar.bz2'

PKG_PATCH[0]='system-log-pam.patch'

PKG_SANIFYNOTOUCH="cant touch this"
. $DLG_ROOT/config
. $DLG_ROOT/SCRIPTS/dropline-functions.sh

cflags
cxxflags
prepare
analyzesource
configure --enable-gtk-doc
make
makeinstall install-strip
findpatch filename ${PKG_PATCH[0]}
install -m 644 $filename $PKG_STAGEROOT/etc/pam.d/gnome-system-log
tidydocumentation
analyzebinaries
finalizepackage
packagize
cleanup
