#!/bin/sh
#
# Copyright 2005 Dagmar d'Surreal <rivyqntzne@tznvy.pbz>
# Modified by Zach Borgerding <zborgerd@gmail.com>
# Available under the terms of the GNU GPL.
#

NAME="libuser"
VERSION="0.54"
REVISION="1"

PKG_SOURCEURL='http://download.fedora.redhat.com/pub/fedora/linux/core/development/SRPMS/$NAME-$VERSION.tgz'

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

cflags
prepare
analyzesource
configure --with-python-version=2.4 --with-python-path=/usr/include/python2.4 --enable-gtk-doc
make
makeinstall install-strip
tidydocumentation
analyzebinaries
includescript
finalizepackage
packagize
cleanup
