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

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

PKG_PATCH[0]='gtkhtml-3.10.2-bug345463.patch'

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

cflags
prepare

applypatch 0 1

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
