| 1 | # Copyright 1999-2011 Gentoo Foundation |
1 | # Copyright 1999-2012 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.5 2011/08/22 04:46:31 vapier Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/clutter.eclass,v 1.7 2012/09/27 10:42:17 tetromino Exp $ |
| 4 | |
4 | |
| 5 | # @ECLASS: clutter.eclass |
5 | # @ECLASS: clutter.eclass |
| 6 | # @MAINTAINER: |
6 | # @MAINTAINER: |
| 7 | # GNOME Herd <gnome@gentoo.org> |
7 | # GNOME Herd <gnome@gentoo.org> |
| 8 | # @AUTHOR: |
8 | # @AUTHOR: |
| … | |
… | |
| 14 | HOMEPAGE="http://www.clutter-project.org/" |
14 | HOMEPAGE="http://www.clutter-project.org/" |
| 15 | |
15 | |
| 16 | RV=($(get_version_components)) |
16 | RV=($(get_version_components)) |
| 17 | SRC_URI="http://www.clutter-project.org/sources/${PN}/${RV[0]}.${RV[1]}/${P}.tar.bz2" |
17 | SRC_URI="http://www.clutter-project.org/sources/${PN}/${RV[0]}.${RV[1]}/${P}.tar.bz2" |
| 18 | |
18 | |
| 19 | # All official clutter packages use LGPL-2.1 |
19 | # All official clutter packages use LGPL-2.1 or later |
| 20 | LICENSE="${LICENSE:-LGPL-2.1}" |
20 | LICENSE="${LICENSE:-LGPL-2.1+}" |
| 21 | |
21 | |
| 22 | # This will be used by all clutter packages |
22 | # This will be used by all clutter packages |
| 23 | DEPEND="dev-util/pkgconfig" |
23 | DEPEND="virtual/pkgconfig" |
| 24 | |
24 | |
| 25 | # @ECLASS-VARIABLE: CLUTTER_LA_PUNT |
25 | # @ECLASS-VARIABLE: CLUTTER_LA_PUNT |
| 26 | # @DESCRIPTION: |
26 | # @DESCRIPTION: |
| 27 | # Set to anything except 'no' to remove *all* .la files before installing. |
27 | # Set to anything except 'no' to remove *all* .la files before installing. |
| 28 | # Not to be used without due consideration, sometimes .la files *are* needed. |
28 | # Not to be used without due consideration, sometimes .la files *are* needed. |