# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ # Nonofficial ebuild by Ycarus, additions by Oliver Schneider and Schmokin from http://forums.gentoo.org/viewtopic-t-354960-start-25.html. For new version look here : http://gentoo.zugaina.org/ EGIT_REPO_URI="rsync://git.xmms.se/xmms2/gxmms2.git/" IUSE="" inherit eutils git MY_P="${PN}-snapshot" DESCRIPTION="A GTK+ 2.6 based XMMS2 client (git version)" HOMEPAGE="http://wejp.homelinux.org/wejp/xmms2/" LICENSE="GPL-2" SLOT="0" RESTRICT="nomirror" KEYWORDS="~amd64 ~ppc ~sparc x86 ~hppa ~mips ~ppc64 ~alpha ~ia64" RDEPEND=">=x11-libs/gtk+-2.6 media-sound/xmms2-git" S=${WORKDIR}/${MY_P} src_compile() { make clean sed -i -e "s/\/usr\/local\/bin/\/usr\/bin/g" Makefile emake gxmms2 || die "make failed" } src_install() { dodir /usr/bin exeinto /usr/bin doexe gxmms2 }