#!/bin/sh
#
# Copyright 2004,2007-2008 Dagmar d'Surreal <rivyqntzne@tznvy.pbz>
# Copyright 2005, 2006, 2007 Scott Harmon
# Available under the terms of the GNU GPL.
#

NAME="orbit2"
VERSION="2.14.18"
REVISION="1"

PKG_SOURCEURL='http://ftp.gnome.org/pub/GNOME/sources/ORBit2/$VER_MAJ.$VER_MIN/ORBit2-$VERSION.tar.bz2'
PKG_DISABLESMP="It makes the compile stall inexplicably."

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

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