# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-misc/fireflies/fireflies-2.07.ebuild,v 1.4 2007/06/16 04:29:48 drac Exp $ inherit eutils DESCRIPTION="Fireflies screensaver: Wicked cool eye candy" HOMEPAGE="http://somewhere.fscked.org/fireflies/" SRC_URI="http://somewhere.fscked.org/fireflies/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc x86" RDEPEND="media-libs/mesa media-libs/libsdl x11-libs/libX11" DEPEND="${RDEPEND}" src_unpack() { unpack ${A} cd "${S}" epatch "${FILESDIR}"/${PN}-2.06-configure.patch epatch "${FILESDIR}"/${PN}-2.06-Make.include.in.patch } src_compile() { local myconf myconf="--with-bindir=/usr/lib/misc/xscreensaver --with-confdir=/usr/share/xscreensaver/config" econf ${myconf} emake || die "emake failed." } src_install() { emake DESTDIR="${D}" install || die "emake install failed." dodoc README TODO }