blob: 7aed67cde3e7f7226ac0c0b84accd20468c2545c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythbrowser/mythbrowser-0.18.1.ebuild,v 1.4 2005/09/08 11:37:31 herbs Exp $
inherit mythtv-plugins kde-functions multilib
DESCRIPTION="Web browser module for MythTV."
HOMEPAGE="http://www.mythtv.org/"
SRC_URI="http://www.mythtv.org/mc/mythplugins-${PV}.tar.bz2"
IUSE=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ppc ~x86"
DEPEND=">=kde-base/kdelibs-3.1
~media-tv/mythtv-${PV}"
src_unpack() {
mythtv-plugins_src_unpack
set-kdedir
echo "INCLUDEPATH += ${KDEDIR}/include" >> settings.pro
echo "EXTRA_LIBS += -L${KDEDIR}/$(get_libdir)" >> settings.pro
}
|