diff options
-rw-r--r-- | x11-plugins/epplets/epplets-0.7.ebuild | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/x11-plugins/epplets/epplets-0.7.ebuild b/x11-plugins/epplets/epplets-0.7.ebuild index 4bc19c3356fc..a7082da37a32 100644 --- a/x11-plugins/epplets/epplets-0.7.ebuild +++ b/x11-plugins/epplets/epplets-0.7.ebuild @@ -1,6 +1,6 @@ # 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.3 2003/11/12 00:13:37 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/epplets/epplets-0.7.ebuild,v 1.4 2003/11/12 22:28:57 vapier Exp $ DESCRIPTION="Base files for Enlightenment epplets and some epplets" HOMEPAGE="http://www.enlightenment.org/" @@ -16,6 +16,13 @@ DEPEND="virtual/x11 >=x11-wm/enlightenment-0.16.6 media-sound/esound" +src_compile() { + export EROOT=/usr + export EBIN=/usr/bin + econf || die + emake || die +} + src_install() { make DESTDIR=${D} install || die dodoc ChangeLog |