#!/bin/sh
#
# Copyright 2004 John M. Lang <john.m.lang@gmail.com>
# Available under the terms of the GNU GPL.
#

NAME="libgnomesu"
VERSION="1.0.0"
REVISION="2"

PKG_SOURCEURL='http://members1.chello.nl/~h.lai/$NAME/$NAME-$VERSION.tar.gz'

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

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