# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="GTK+ 2.6 based XMMS2 client" HOMEPAGE="https://sourceforge.net/projects/azrael/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" DEPEND=">=media-sound/xmms2-0.2 >=x11-libs/gtk+-2.6.0" RESTRICT="nomirror" S="${WORKDIR}/${PN}" src_compile () { make || die } src_install () { exeinto /usr/bin doexe azrael dodoc ChangeLog INSTALL LICENSE }