| 1 | # Copyright 1999-2010 Gentoo Foundation |
1 | # Copyright 1999-2010 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/clutter.eclass,v 1.1 2010/02/26 21:15:55 nirbheek Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/clutter.eclass,v 1.2 2010/06/26 01:26:39 nirbheek Exp $ |
| 4 | |
4 | |
| 5 | # |
5 | # |
| 6 | # @ECLASS: clutter.eclass |
6 | # @ECLASS: clutter.eclass |
| 7 | # @MAINTAINER: GNOME Herd <gnome@gentoo.org> |
7 | # @MAINTAINER: GNOME Herd <gnome@gentoo.org> |
| 8 | # |
8 | # |
| … | |
… | |
| 17 | HOMEPAGE="http://www.clutter-project.org/" |
17 | HOMEPAGE="http://www.clutter-project.org/" |
| 18 | |
18 | |
| 19 | RV=($(get_version_components)) |
19 | RV=($(get_version_components)) |
| 20 | SRC_URI="http://www.clutter-project.org/sources/${PN}/${RV[0]}.${RV[1]}/${P}.tar.bz2" |
20 | SRC_URI="http://www.clutter-project.org/sources/${PN}/${RV[0]}.${RV[1]}/${P}.tar.bz2" |
| 21 | |
21 | |
| 22 | # All official clutter packages use LGPL-2 |
22 | # All official clutter packages use LGPL-2.1 |
| 23 | LICENSE="LGPL-2" |
23 | LICENSE="${LICENSE:-LGPL-2.1}" |
| 24 | |
24 | |
| 25 | # This will be used by all clutter packages |
25 | # This will be used by all clutter packages |
| 26 | DEPEND="dev-util/pkgconfig" |
26 | DEPEND="dev-util/pkgconfig" |
| 27 | |
27 | |
| 28 | # @ECLASS-VARIABLE: DOCS |
28 | # @ECLASS-VARIABLE: DOCS |