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

NAME="gimp-data-extras"
VERSION="2.0.1"
REVISION="2"

PKG_SOURCEURL='ftp://ftp.gimp.org/pub/gimp/extras/$NAME-$VERSION.tar.bz2'

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

cflags
prepare
analyzesource
configure 
make
makeinstall
tidydocumentation
analyzebinaries
finalizepackage
packagize
cleanup
