#!/bin/bash
#
# Copyright 2005, 2007 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.56.13"
REVISION="1"

PKG_SANIFYNOTOUCH="otherwise it will force an autoreconf"
#PKG_SOURCEURL='http://saxa.droplinegnome.org/sources/$NAME-$VERSION.tar.bz2'
PKG_SOURCEURL='http://fedorahosted.org/releases/l/i/$NAME/$NAME-$VERSION.tar.bz2'

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

configfile /etc/libuser.conf

cflags
prepare
analyzesource
configure --enable-gtk-doc
make
makeinstall install-strip
tidydocumentation
analyzebinaries
finalizepackage
packagize
cleanup
