# $Header: /magellan-cvs/smage/vorbis-tools/vorbis-tools-1.2.0-r2.smage2,v 1.1 2008/05/06 10:34:26 niro Exp $ PNAME="vorbis-tools" PVER="1.2.0" PBUILD="r2" PCATEGORIE="media-sound" STATE="unstable" DESCRIPTION="Tools to utilize vorbis." HOMEPAGE="http://www.vorbis.com/" DEPEND=">= media-libs/libvorbis-1.2 >= media-libs/libao-0.8.8 >= net-misc/curl-7 >= media-libs/flac-1.2" SDEPEND=">= sys-dev/gettext-0.17" SRCFILE="${PNAME}-${PVER}.tar.gz" SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" sminclude mbuild multilib SRC_URI=( http://downloads.xiph.org/releases/vorbis/${SRCFILE} mirror://${PNAME}/${SRCFILE} ) src_install() { cd ${SRCDIR} mmake DESTDIR=${BINDIR} install || die # fix doc directory location rm -rf ${BINDIR}/usr/share/doc || die minstalldocs AUTHORS COPYING README ogg123/ogg123rc-example || die }