| 1 | # Copyright 1999-2002 Gentoo Technologies, Inc. |
1 | # Copyright 1999-2002 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.24 2002/09/23 02:50:26 spider Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/gnome2.eclass,v 1.25 2002/09/23 16:08:41 spider Exp $ |
| 4 | |
4 | |
| 5 | inherit libtool |
5 | inherit libtool gnome.org |
| 6 | |
6 | |
| 7 | if [ -n "$DEBUG" ] |
7 | if [ -n "$DEBUG" ] |
| 8 | then |
8 | then |
| 9 | inherit debug |
9 | inherit debug |
| 10 | fi |
10 | fi |
| … | |
… | |
| 22 | G2CONF="${G2CONF} --enable-debug=yes" |
22 | G2CONF="${G2CONF} --enable-debug=yes" |
| 23 | fi |
23 | fi |
| 24 | |
24 | |
| 25 | ELTCONF="" |
25 | ELTCONF="" |
| 26 | SCROLLKEEPER_UPDATE="1" |
26 | SCROLLKEEPER_UPDATE="1" |
| 27 | |
|
|
| 28 | PVP=($(echo " $PV " | sed 's:[-\._]: :g')) |
|
|
| 29 | SRC_URI="mirror://gnome/sources/${PN}/${PVP[0]}.${PVP[1]}/${P}.tar.bz2" |
|
|
| 30 | |
27 | |
| 31 | |
28 | |
| 32 | gnome2_src_configure() { |
29 | gnome2_src_configure() { |
| 33 | elibtoolize ${ELTCONF} |
30 | elibtoolize ${ELTCONF} |
| 34 | # doc keyword for gtk-doc |
31 | # doc keyword for gtk-doc |