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

NAME="libcdaudio"
VERSION="0.99.12p2"
REVISION="1"

PKG_SOURCEURL='http://easynews.dl.sourceforge.net/sourceforge/$NAME/$NAME-$VERSION.tar.gz'

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

PKG_NOCFLAGS=1

prepare
analyzesource
configure --enable-threads
make
makeinstall install-strip
tidydocumentation
analyzebinaries
finalizepackage
packagize
cleanup
