# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ IUSE="" DESCRIPTION="Audiofile plugin for xmms" HOMEPAGE="http://www.68k.org/~michael/xmms/" SRC_URI="http://www.68k.org/~michael/xmms/xmms-audiofile-0.1.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" DEPEND="media-sound/xmms media-libs/audiofile dev-libs/glib" src_compile() { econf --prefix=/usr || die "econf failed" emake || die } src_install() { make DESTDIR=${D} install || die "install failed" }