diff options
Diffstat (limited to 'media-plugins/mythbrowser/mythbrowser-0.19.ebuild')
-rw-r--r-- | media-plugins/mythbrowser/mythbrowser-0.19.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/media-plugins/mythbrowser/mythbrowser-0.19.ebuild b/media-plugins/mythbrowser/mythbrowser-0.19.ebuild new file mode 100644 index 000000000000..01056b7047a8 --- /dev/null +++ b/media-plugins/mythbrowser/mythbrowser-0.19.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythbrowser/mythbrowser-0.19.ebuild,v 1.1 2006/02/12 10:23:44 cardoe 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" + +RDEPEND=">=kde-base/kdelibs-3.1" +DEPEND="${RDEPEND}" + +src_unpack() { + + mythtv-plugins_src_unpack + + set-kdedir + echo "INCLUDEPATH += ${KDEDIR}/include" >> settings.pro + echo "EXTRA_LIBS += -L${KDEDIR}/$(get_libdir)" >> settings.pro +} |