#!/bin/sh
#
# Copyright 2009 Tyrael <tyrael@droplinegnome.org>
# Available under the terms of the GNU GPL.
#

NAME="farsight2"
VERSION="0.0.16"
REVISION="1"

PKG_SOURCEURL='http://farsight.freedesktop.org/releases/$NAME/$NAME-$VERSION.tar.gz'

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

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