# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Monkey's Audio Codec (ape) decoder plugin for Audacious" SRC_URI="http://www.netswarm.net/misc/${P}.tar.gz" HOMEPAGE="http://www.netswarm.net/" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 x86" IUSE="" RDEPEND=">=media-sound/audacious-1.2 media-sound/mac" DEPEND="${RDEPEND}" src_compile() { econf || die "econf failed" emake || die "emake failed" } src_install() { make DESTDIR="${D}" install || die "make install failed" dodoc AUTHORS COPYING ChangeLog NEWS README README.audacious TODO } pkg_postinst() { einfo "Please see /usr/share/doc/${P}/COPYING for the details about license." }