# rep-xmms ebuild # Copyright 2004, Clemens Fruhwirth DESCRIPTION="rep interface for XMMS remote control" SRC_URI="http://www.hellion.org.uk/source/${P}.tar.gz" HOMEPAGE="http://www.hellion.org.uk/rep-xmms/" SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86 -*" DEPEND="media-sound/xmms dev-libs/librep" src_compile() { econf || die "./configure failed" emake -j1 || die } src_install() { make DESTDIR=${D} install }