| 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.11 2006/02/12 10:16:41 cardoe Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/mythtv-plugins.eclass,v 1.12 2006/02/27 07:59:57 cardoe 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 |
| … | |
… | |
| 12 | EXPORT_FUNCTIONS src_unpack src_compile src_install |
12 | EXPORT_FUNCTIONS src_unpack src_compile src_install |
| 13 | MYTHPLUGINS="mythbrowser mythcontrols mythdvd mythflix mythgallery mythgame mythmusic mythnews mythphone mythvideo mythweather mythweb" |
13 | MYTHPLUGINS="mythbrowser mythcontrols mythdvd mythflix mythgallery mythgame mythmusic mythnews mythphone mythvideo mythweather mythweb" |
| 14 | MTVCONF="" |
14 | MTVCONF="" |
| 15 | S="${WORKDIR}/mythplugins-${PV}" |
15 | S="${WORKDIR}/mythplugins-${PV}" |
| 16 | |
16 | |
| 17 | RDEPEND="~media-tv/mythtv-${PV}" |
17 | RDEPEND="=media-tv/mythtv-${PV}*" |
| 18 | DEPEND="${RDEPEND} |
18 | DEPEND="${RDEPEND} |
| 19 | >=sys-apps/sed-4" |
19 | >=sys-apps/sed-4" |
| 20 | |
20 | |
| 21 | mythtv-plugins_src_unpack() { |
21 | mythtv-plugins_src_unpack() { |
| 22 | unpack ${A} |
22 | unpack ${A} |