# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Audacious Plugin for playing APE/Monkey's Audio Files" HOMEPAGE="http://www.netswarm.net/" SRC_URI="http://www.netswarm.net/misc/${P}.tar.gz" # I know, lies about the license LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=dev-libs/glib-2.12.4-r1 >=x11-libs/gtk+-2.10.6 >=media-sound/audacious-1.3.0_rc2 >=media-sound/mac-3.99.4.5" RDEPEND="${DEPEND}" src_install() { emake DESTDIR="${D}" install || die "emake install failed" }