| 1 |
chriswhite |
1.1.1.1 |
# Copyright 1999-2004 Gentoo Foundation
|
| 2 |
spider |
1.1 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
chriswhite |
1.1.1.1 |
# $Header: /var/cvsroot/gentoo-x86/eclass/gnome.org.eclass,v 1.10 2005/07/11 15:08:06 swegener Exp $
|
| 4 |
|
|
#
|
| 5 |
spider |
1.1 |
# Authors:
|
| 6 |
|
|
# Spidler <spidler@gentoo.org>
|
| 7 |
|
|
# with help of carparski.
|
| 8 |
chriswhite |
1.1.1.1 |
#
|
| 9 |
spider |
1.1 |
# Gnome ECLASS. mainly SRC_URI settings
|
| 10 |
|
|
|
| 11 |
|
|
|
| 12 |
chriswhite |
1.1.1.1 |
[ -z "${GNOME_TARBALL_SUFFIX}" ] && export GNOME_TARBALL_SUFFIX="bz2"
|
| 13 |
|
|
PVP=(${PV//[-\._]/ })
|
| 14 |
|
|
SRC_URI="mirror://gnome/sources/${PN}/${PVP[0]}.${PVP[1]}/${P}.tar.${GNOME_TARBALL_SUFFIX}"
|