# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="XMMS Plugin for lossless Monkey's Audio (.ape)" HOMEPAGE="http://sourceforge.net/projects/mac-port/" SRC_URI="mirror://sourceforge/mac-port/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" KEYWORDS="~x86" src_unpack() { unpack ${A} cd "${S}" } src_compile() { econf || die "econf failed" emake || die "emake failed" } src_install() { make DESTDIR=${D} install || die dodoc AUTHORS ChangeLog README NEWS TODO }