| 1 | # Copyright 1999-2005 Gentoo Foundation |
1 | # Copyright 1999-2005 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/eclass/enlightenment.eclass,v 1.1.1.1 2005/11/30 09:59:22 chriswhite Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/enlightenment.eclass,v 1.55 2005/08/22 22:27:50 vapier Exp $ |
| 4 | # |
4 | # |
| 5 | # Author: vapier@gentoo.org |
5 | # Author: vapier@gentoo.org |
| 6 | |
6 | |
| 7 | inherit eutils |
7 | inherit eutils |
| 8 | |
8 | |
| … | |
… | |
| 116 | gettext_modify |
116 | gettext_modify |
| 117 | [[ -s gendoc ]] && chmod a+rx gendoc |
117 | [[ -s gendoc ]] && chmod a+rx gendoc |
| 118 | } |
118 | } |
| 119 | |
119 | |
| 120 | enlightenment_src_compile() { |
120 | enlightenment_src_compile() { |
| 121 | if [[ ! -e configure ]] ; then |
121 | if [[ ${ECVS_STATE} != "release" ]] || [[ ! -e configure ]] ; then |
| 122 | export WANT_AUTOMAKE=${EAUTOMAKE:-1.8} |
122 | export WANT_AUTOMAKE=${EAUTOMAKE:-1.8} |
| 123 | env \ |
123 | env \ |
| 124 | PATH="${T}:${PATH}" \ |
124 | PATH="${T}:${PATH}" \ |
| 125 | NOCONFIGURE=yes \ |
125 | NOCONFIGURE=yes \ |
| 126 | USER=blah \ |
126 | USER=blah \ |