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.51 2005/07/06 20:23:20 agriffis Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/gnome2.eclass,v 1.52 2005/07/06 20:36:43 agriffis 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" |
17 | IUSE="debug doc" |
18 | use debug && G2CONF="${G2CONF} --enable-debug=yes" |
18 | use debug && G2CONF="${G2CONF} --enable-debug=yes" |
19 | |
19 | |
20 | DEPEND="${DEPEND} >=sys-apps/sed-4" |
20 | DEPEND="${DEPEND} >=sys-apps/sed-4" |
21 | |
21 | |
22 | gnome2_src_configure() { |
22 | gnome2_src_configure() { |