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

NAME="gal2"
VERSION="2.4.3"
REVISION="2"

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

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

export LDFLAGS="-Wl,--as-needed"
cflags
prepare
analyzesource
configure
make
makeinstall install-strip
tidydocumentation
analyzebinaries
finalizepackage
packagize
cleanup
