diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-11-12 22:28:57 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-11-12 22:28:57 +0000 |
commit | 2726dbcc855b3c70e2d23a0bfe0bb6bfb1ada635 (patch) | |
tree | 1c7f9f7bb3251dc7d948d998dd77d5cb81dd5b13 /x11-plugins/epplets | |
parent | conform to spider's message... http://marc.theaimsgroup.com/?l=gentoo-dev&m=1... (diff) | |
download | gentoo-2-2726dbcc855b3c70e2d23a0bfe0bb6bfb1ada635.tar.gz gentoo-2-2726dbcc855b3c70e2d23a0bfe0bb6bfb1ada635.tar.bz2 gentoo-2-2726dbcc855b3c70e2d23a0bfe0bb6bfb1ada635.zip |
add back in src_compile since it isnt 100% #33258
Diffstat (limited to 'x11-plugins/epplets')
-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 |