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

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

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

cflags
prepare
analyzesource
configure --enable-file-chooser
make
makeinstall install-strip

# This directory appears to be deprecated now.
removedir $PKG_STAGEROOT$PKG_PREFIX/libexec

tidydocumentation
analyzebinaries
finalizepackage
packagize
cleanup
