| 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/gnome2.eclass,v 1.54 2005/07/20 16:30:36 leonardop Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/gnome2.eclass,v 1.55 2005/07/23 14:04:46 foser Exp $ |
| 4 | # |
4 | # |
| 5 | # Authors: |
5 | # Authors: |
| 6 | # Bruce A. Locke <blocke@shivan.org> |
6 | # Bruce A. Locke <blocke@shivan.org> |
| 7 | # Spidler <spider@gentoo.org> |
7 | # Spidler <spider@gentoo.org> |
| 8 | |
8 | |
| … | |
… | |
| 12 | |
12 | |
| 13 | G2CONF="" # extra configure opts passed to econf |
13 | G2CONF="" # extra configure opts passed to econf |
| 14 | ELTCONF="" # extra options passed to elibtoolize |
14 | ELTCONF="" # extra options passed to elibtoolize |
| 15 | SCROLLKEEPER_UPDATE="1" # whether to run scrollkeeper for this package |
15 | SCROLLKEEPER_UPDATE="1" # whether to run scrollkeeper for this package |
| 16 | USE_DESTDIR="" # use make DESTDIR=${D} install rather than einstall |
16 | USE_DESTDIR="" # use make DESTDIR=${D} install rather than einstall |
| 17 | IUSE="debug doc" |
17 | IUSE="debug" |
| 18 | use debug && G2CONF="${G2CONF} --enable-debug=yes" |
18 | use debug && G2CONF="${G2CONF} --enable-debug=yes" |
| 19 | |
19 | |
| 20 | DEPEND=">=sys-apps/sed-4" |
20 | DEPEND=">=sys-apps/sed-4" |
| 21 | |
21 | |
| 22 | gnome2_src_configure() { |
22 | gnome2_src_configure() { |