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

NAME="mpg321"
VERSION="0.2.10"
REVISION="1"

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

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

cflags
cxxflags
prepare
analyzesource
configure --enable-mpg123-symlink
make
makeinstall
tidydocumentation
analyzebinaries
finalizepackage
packagize
cleanup
