| 1 | # Copyright 1999-2003 Gentoo Technologies, Inc. |
1 | # Copyright 1999-2003 Gentoo Technologies, Inc. |
| 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.37 2003/11/30 22:47:20 plasmaroo Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/gnome2.eclass,v 1.38 2004/03/24 22:18:05 spider 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 | |
| … | |
… | |
| 18 | SCROLLKEEPER_UPDATE="1" # whether to run scrollkeeper for this package |
18 | SCROLLKEEPER_UPDATE="1" # whether to run scrollkeeper for this package |
| 19 | USE_DESTDIR="" # use make DESTDIR=${D} install rather than einstall |
19 | USE_DESTDIR="" # use make DESTDIR=${D} install rather than einstall |
| 20 | |
20 | |
| 21 | [ `use debug` ] && G2CONF="${G2CONF} --enable-debug=yes" |
21 | [ `use debug` ] && G2CONF="${G2CONF} --enable-debug=yes" |
| 22 | |
22 | |
| 23 | newdepend ">=sys-apps/sed-4" |
23 | DEPEND=">=sys-apps/sed-4" |
| 24 | |
24 | |
| 25 | gnome2_src_configure() { |
25 | gnome2_src_configure() { |
| 26 | elibtoolize ${ELTCONF} |
26 | elibtoolize ${ELTCONF} |
| 27 | # doc keyword for gtk-doc |
27 | # doc keyword for gtk-doc |
| 28 | use doc \ |
28 | use doc \ |