# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/epplets/epplets-0.7.ebuild,v 1.1 2003/11/06 15:40:14 vapier Exp $ DESCRIPTION="Base files for Enlightenment epplets and some epplets" HOMEPAGE="http://www.enlightenment.org/" SRC_URI="mirror://sourceforge/enlightenment/epplets-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 sparc" DEPEND="virtual/x11 >=media-libs/imlib-1.9.10 >=x11-wm/enlightenment-0.16.6 media-sound/esound" fsrc_compile() { export EBIN=/usr/bin export EROOT=/usr/share/enlightenment econf || die emake || die } src_install() { make DESTDIR=${D} install || die dodoc ChangeLog }