# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-dumb/audacious-dumb-0.64.ebuild,v 1.1 2010/09/11 05:47:41 joker Exp $ EAPI=4 inherit eutils DESCRIPTION="Audacious Plug-in for mplayer" HOMEPAGE="https://github.com/tripolar/audacious-mplayer" SRC_URI="https://github.com/tripolar/audacious-mplayer/tarball/0.9.1 -> ${PN}-${PV}.tgz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND=">=media-sound/audacious-2.5 media-video/mplayer" DEPEND="dev-util/pkgconfig ${RDEPEND}" S="${WORKDIR}/tripolar-${PN}-422cf9f" src_install() { make DESTDIR="${D}" install || die dodoc README }