| 1 | # Copyright 1999-2004 Gentoo Foundation |
1 | # Copyright 1999-2004 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.29 2004/10/21 20:24:29 vapier Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/enlightenment.eclass,v 1.30 2004/10/22 12:51:57 vapier Exp $ |
| 4 | # |
4 | # |
| 5 | # Author: vapier@gentoo.org |
5 | # Author: vapier@gentoo.org |
| 6 | |
6 | |
| 7 | ECLASS=enlightenment |
7 | ECLASS=enlightenment |
| 8 | INHERITED="$INHERITED $ECLASS" |
8 | INHERITED="$INHERITED $ECLASS" |
| … | |
… | |
| 78 | cp ${T}/gettextize ${T}/gettextize.old |
78 | cp ${T}/gettextize ${T}/gettextize.old |
| 79 | sed -e 's:read dummy < /dev/tty::' ${T}/gettextize.old > ${T}/gettextize |
79 | sed -e 's:read dummy < /dev/tty::' ${T}/gettextize.old > ${T}/gettextize |
| 80 | } |
80 | } |
| 81 | |
81 | |
| 82 | enlightenment_src_unpack() { |
82 | enlightenment_src_unpack() { |
| 83 | [ "${ECVS_STATE}" != "live" ] && unpack ${A} |
83 | if [ "${ECVS_STATE}" == "live" ] ; then |
|
|
84 | cvs_src_unpack |
|
|
85 | else |
|
|
86 | unpack ${A} |
|
|
87 | fi |
| 84 | gettext_modify |
88 | gettext_modify |
| 85 | } |
89 | } |
| 86 | |
90 | |
| 87 | enlightenment_src_compile() { |
91 | enlightenment_src_compile() { |
| 88 | if [ "${ECVS_STATE}" != "release" ] ; then |
92 | if [ "${ECVS_STATE}" != "release" ] ; then |