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

NAME="gnome-pilot"
VERSION="2.0.17"
REVISION="2"

PKG_SOURCEURL='http://ftp.gnome.org/pub/GNOME/sources/$NAME/$VER_MAJ.$VER_MIN/$NAME-$VERSION.tar.bz2'

PKG_NEEDSTATIC=yes

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

cflags
cxxflags
prepare
analyzesource
configure --enable-usb --with-vfs --with-hal
make
makeinstall install-strip
spewdo "find $PKG_STAGEROOT$PKG_PREFIX/lib$LIBSUFFIX -name \"*.a\" -exec rm {} \;"
tidydocumentation
analyzebinaries
finalizepackage
packagize
cleanup
