summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2005-05-20 09:03:31 +0000
committerDoug Goldstein <cardoe@gentoo.org>2005-05-20 09:03:31 +0000
commitbc1953340ff78520fc21bca33ec30f5f0b136884 (patch)
tree0dc1ba9edf37b80c35957b7656304f05303aea0b /media-plugins/mythbrowser/mythbrowser-0.18.1.ebuild
parentManual Manifest commit. (diff)
downloadgentoo-2-bc1953340ff78520fc21bca33ec30f5f0b136884.tar.gz
gentoo-2-bc1953340ff78520fc21bca33ec30f5f0b136884.tar.bz2
gentoo-2-bc1953340ff78520fc21bca33ec30f5f0b136884.zip
rev bump; new eclass; clean up
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'media-plugins/mythbrowser/mythbrowser-0.18.1.ebuild')
-rw-r--r--media-plugins/mythbrowser/mythbrowser-0.18.1.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/media-plugins/mythbrowser/mythbrowser-0.18.1.ebuild b/media-plugins/mythbrowser/mythbrowser-0.18.1.ebuild
new file mode 100644
index 000000000000..87a577f1ae11
--- /dev/null
+++ b/media-plugins/mythbrowser/mythbrowser-0.18.1.ebuild
@@ -0,0 +1,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.1 2005/05/20 09:03:31 cardoe Exp $
+
+inherit mythtv-plugins kde-functions
+
+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="~x86 ~amd64"
+
+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}/lib" >> settings.pro
+}