PKGNAME=vorbisgain
PKGSEC=sound
PKGDEP="libvorbis"
PKGDES="Utility to compute the replay gain values of Ogg Vorbis files"

ABTYPE=autotools
# FIXME: Shadow build fails.
#
# configure: error: source directory already configured; run "make distclean" there first
ABSHADOW=0


AUTOTOOLS_AFTER=(
    '--enable-recursive'
)

