IUSE="" DESCRIPTION="XMMS Weasel automatically slides out XMMS from the screen as soon as the mouse pointer is leaving the XMMS window" HOMEPAGE="http://xmms-weasel.sourceforge.net/" SRC_URI="mirror://sourceforge/xmms-weasel/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86" DEPEND="media-sound/xmms" src_compile() { econf || die "configure failed" emake || die "make failed" } src_install() { make DESTDIR=${D} install || die "make install failed" dodoc AUTHORS ChangeLog README INSTALL NEWS } pkg_postinst() { einfo einfo "XMMS Weasel is only active if XMMS is docked at the top of the screen." einfo }