1 | # Copyright 1999-2006 Gentoo Foundation |
1 | # Copyright 1999-2006 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.eclass,v 1.16 2009/08/04 20:55:02 gentoofan23 Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/mythtv.eclass,v 1.17 2009/08/25 16:51:21 gentoofan23 Exp $ |
4 | # |
4 | # |
5 | # @ECLASS: mythtv.eclass |
5 | # @ECLASS: mythtv.eclass |
6 | # @AUTHOR: Doug Goldstein <cardoe@gentoo.org> |
6 | # @AUTHOR: Doug Goldstein <cardoe@gentoo.org> |
7 | # @MAINTAINER: Doug Goldstein <cardoe@gentoo.org> |
7 | # @MAINTAINER: Doug Goldstein <cardoe@gentoo.org> |
8 | # @BLURB: Downloads the MythTV source packages and any patches from the fixes branch |
8 | # @BLURB: Downloads the MythTV source packages and any patches from the fixes branch |
… | |
… | |
39 | esac |
39 | esac |
40 | |
40 | |
41 | HOMEPAGE="http://www.mythtv.org" |
41 | HOMEPAGE="http://www.mythtv.org" |
42 | LICENSE="GPL-2" |
42 | LICENSE="GPL-2" |
43 | SRC_URI="http://svn.mythtv.org/trac/changeset/${MYTHTV_REV}/${MYTHTV_REPO}?old_path=%2F&format=zip -> ${MY_PN}-${PV}.zip" |
43 | SRC_URI="http://svn.mythtv.org/trac/changeset/${MYTHTV_REV}/${MYTHTV_REPO}?old_path=%2F&format=zip -> ${MY_PN}-${PV}.zip" |
44 | [[ ${PN} == mythtv ]] || S="${WORKDIR}/${MYTHTV_REPO}" |
44 | S="${WORKDIR}/${MYTHTV_REPO}" |