# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Monkey's Audio Codec plugin for audacious" HOMEPAGE="http://www.netswarm.net/" SRC_URI="http://www.netswarm.net/misc/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="media-sound/mac-port media-sound/audacious" RDEPEND="media-sound/audacious" RESTRICT="primaryuri" src_compile() { econf || die "econf failed" emake || die "emake failed" } src_install() { emake DESTDIR="${D}" install || die "install failed" }