#!/bin/sh
#
# Copyright 2010 Tiago Souza <ts.salvador@gmail.com>
# Available under the terms of the GNU GPL.
#

NAME="faad2"
VERSION="2.7"
REVISION="1"

PKG_SOURCEURL='http://prdownloads.sourceforge.net/sourceforge/faac/$NAME-$VERSION.tar.bz2'

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

cflags
cxxflags
prepare
analyzesource
configure
make
makeinstall 
tidydocumentation
analyzebinaries
finalizepackage
packagize
cleanup

