\#!/bin/sh
#
# Copyright 2005 Marius Gravdal <marius@dot42.org> 
# Available under the terms of the GNU GPL.
#

NAME="xsane"
VERSION="0.97"
REVISION="3"

PKG_SOURCEURL='http://www.xsane.org/download/xsane-$VERSION.tar.gz'

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

PKG_DOCFILES='xsane.*'

cflags
prepare
analyzesource
configure
make
spewdo "make install prefix=$PKG_STAGEROOT$PKG_PREFIX"
tidydocumentation
analyzebinaries
finalizepackage
packagize
cleanup
