#!/bin/sh
#
# Copyright 2008 Your name
# Available under the terms of the GNU GPL.
#

NAME="swfdec"
VERSION="0.8.4"
REVISION="1"

PKG_SANIFYNOTOUCH="otherwise forces autoreconf"

PKG_SOURCEURL='http://$NAME.freedesktop.org/download/$NAME/$VER_MAJ.$VER_MIN/$NAME-$VERSION.tar.gz'

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

cflags
cxxflags
prepare
analyzesource
configure --enable-gtk-doc=yes --enable-gstreamer=yes --with-audio=pulse
make
makeinstall
tidydocumentation
analyzebinaries
finalizepackage
packagize
cleanup
