#!/bin/sh
#
# Copyright 2008 Zach Borgerding <zborgerd@gmail.com>
# Available under the terms of the GNU GPL.
# Available under the terms of the GNU GPL.
#

NAME="libcanberra"
VERSION="0.11"
REVISION="2"

PKG_SOURCEURL='http://0pointer.de/lennart/projects/$NAME/$NAME-$VERSION.tar.gz'

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

PKG_SANIFYNOTOUCH="Otherwise it will force an autoreconf"

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