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

NAME="totem"
VERSION="2.28.4"
REVISION="1"

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

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

cflags
cxxflags
prepare
analyzesource
export MOZILLA_PLUGINDIR=/usr/lib$LIBSUFFIX/firefox/plugins
configure --enable-nautilus --enable-browser-plugins --enable-python --enable-vala --enable-gmp-plugin --enable-complex-plugin --enable-narrowspace-plugin --enable-mully-plugin --enable-cone-plugin --enable-gtk-doc
make
makeinstall install-strip
unset MOZILLA_PLUGINDIR
export -n MOZILLA_PLUGINDIR
tidydocumentation
analyzebinaries
finalizepackage
packagize
cleanup
