| 1 | # Copyright 1999-2007 Gentoo Foundation |
1 | # Copyright 1999-2007 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/wxwidgets.eclass,v 1.30 2011/06/30 04:14:38 dirtyepic Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/wxwidgets.eclass,v 1.31 2011/07/17 19:58:39 dirtyepic Exp $ |
| 4 | |
4 | |
| 5 | # @ECLASS: wxwidgets.eclass |
5 | # @ECLASS: wxwidgets.eclass |
| 6 | # @MAINTAINER: |
6 | # @MAINTAINER: |
| 7 | # wxwidgets@gentoo.org |
7 | # wxwidgets@gentoo.org |
| 8 | # @BLURB: Manages build configuration for wxGTK-using packages. |
8 | # @BLURB: Manages build configuration for wxGTK-using packages. |
| … | |
… | |
| 43 | # |
43 | # |
| 44 | # The variable WX_CONFIG is exported, containing the absolute path to the |
44 | # The variable WX_CONFIG is exported, containing the absolute path to the |
| 45 | # wx-config file to use. Most configure scripts use this path if it's set in |
45 | # wx-config file to use. Most configure scripts use this path if it's set in |
| 46 | # the environment or accept --with-wx-config="${WX_CONFIG}". |
46 | # the environment or accept --with-wx-config="${WX_CONFIG}". |
| 47 | |
47 | |
| 48 | inherit base eutils multilib |
48 | inherit eutils multilib |
| 49 | |
49 | |
| 50 | case "${EAPI:-0}" in |
50 | case "${EAPI:-0}" in |
| 51 | 0|1) |
51 | 0|1) |
| 52 | EXPORT_FUNCTIONS pkg_setup |
52 | EXPORT_FUNCTIONS pkg_setup |
| 53 | ;; |
53 | ;; |