# 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 DESCRIPTION="Audacious mplayer Plug-in" HOMEPAGE="https://github.com/tripolar/audacious-mplayer" SRC_URI="https://download.github.com/tripolar-audacious-mplayer-0.9.1-0-g53276d6.tar.gz -> ${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 }