PKGNAME=vorbis-tools
PKGSEC=sound
PKGDEP="libao libvorbis curl flac"
PKGDES="Tools for the Vorbis codec"

ABTYPE=autotools
AUTOTOOLS_AFTER=(
    "--without-speex"
    "--enable-vcut"
    )
