# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-mad/xmms-mad-0.5.1.ebuild,v 1.9 2004/06/24 23:43:02 agriffis Exp $ DESCRIPTION="A XMMS plugin for MAD" SRC_URI="mirror://sourceforge/xmms-mad/${P}.tar.gz" HOMEPAGE="http://xmms-mad.sourceforge.net/" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86" IUSE="" DEPEND="media-sound/xmms >=media-sound/madplay-0.14.2b-r2 dev-util/pkgconfig" src_install () { make DESTDIR=${D} install || die "Make failed" dodoc AUTHORS COPYING ChangeLog NEWS README }