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.57 2005/08/01 23:19:07 foser Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/gnome2.eclass,v 1.58 2005/08/01 23:20:55 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 | |
… | |
… | |
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 | |
17 | |
18 | IUSE="" |
18 | IUSE="debug" |
19 | |
19 | |
20 | use debug && G2CONF="${G2CONF} --enable-debug=yes" |
20 | use debug && G2CONF="${G2CONF} --enable-debug=yes" |
21 | |
21 | |
22 | DEPEND=">=sys-apps/sed-4" |
22 | DEPEND=">=sys-apps/sed-4" |
23 | |
23 | |