| 1 | # Copyright 1999-2004 Gentoo Foundation |
1 | # Copyright 1999-2004 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/mythtv-plugins.eclass,v 1.8 2005/07/11 15:08:06 swegener Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/mythtv-plugins.eclass,v 1.9 2005/08/23 14:55:11 swegener Exp $ |
| 4 | # |
4 | # |
| 5 | # Author: Doug Goldstein <cardoe@gentoo.org |
5 | # Author: Doug Goldstein <cardoe@gentoo.org |
| 6 | # |
6 | # |
| 7 | |
7 | |
| 8 | inherit multilib |
8 | inherit multilib |
| 9 | |
9 | |
| 10 | IUSE="${IUSE} debug mmx" |
10 | IUSE="debug mmx" |
| 11 | |
11 | |
| 12 | EXPORT_FUNCTIONS src_unpack src_compile src_install |
12 | EXPORT_FUNCTIONS src_unpack src_compile src_install |
| 13 | MYTHPLUGINS="mythbrowser mythdvd mythgallery mythgame mythmusic mythnews mythphone mythvideo mythweather mythweb" |
13 | MYTHPLUGINS="mythbrowser mythdvd mythgallery mythgame mythmusic mythnews mythphone mythvideo mythweather mythweb" |
| 14 | MTVCONF="" |
14 | MTVCONF="" |
| 15 | S="${WORKDIR}/mythplugins-${PV}" |
15 | S="${WORKDIR}/mythplugins-${PV}" |