summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Bornkessel <hd_brummy@gentoo.org>2007-11-18 19:13:25 +0000
committerJörg Bornkessel <hd_brummy@gentoo.org>2007-11-18 19:13:25 +0000
commit4dc7a36b94e2c5130dfa0f98f06795af0d4944ed (patch)
treec063a7d282f721a1a79e92b63e33d8186cccc654 /media-plugins/vdr-fritzbox/vdr-fritzbox-0.0.9.ebuild
parentinitial import, ebuild greatly inspired from the proaudio overlay (diff)
downloadgentoo-2-4dc7a36b94e2c5130dfa0f98f06795af0d4944ed.tar.gz
gentoo-2-4dc7a36b94e2c5130dfa0f98f06795af0d4944ed.tar.bz2
gentoo-2-4dc7a36b94e2c5130dfa0f98f06795af0d4944ed.zip
version bump
(Portage version: 2.1.3.19)
Diffstat (limited to 'media-plugins/vdr-fritzbox/vdr-fritzbox-0.0.9.ebuild')
-rw-r--r--media-plugins/vdr-fritzbox/vdr-fritzbox-0.0.9.ebuild28
1 files changed, 28 insertions, 0 deletions
diff --git a/media-plugins/vdr-fritzbox/vdr-fritzbox-0.0.9.ebuild b/media-plugins/vdr-fritzbox/vdr-fritzbox-0.0.9.ebuild
new file mode 100644
index 000000000000..635a67454c1a
--- /dev/null
+++ b/media-plugins/vdr-fritzbox/vdr-fritzbox-0.0.9.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-fritzbox/vdr-fritzbox-0.0.9.ebuild,v 1.1 2007/11/18 19:13:24 hd_brummy Exp $
+
+inherit vdr-plugin
+
+DESCRIPTION="VDR Plugin: Inform about incoming phone-calls and use the fritz!box phonebook from vdr menu."
+HOMEPAGE="http://www.joachim-wilke.de/show.htm?alias=vdr-fritz"
+SRC_URI="http://joachim-wilke.de/vdr-fritz/${P}.tgz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+
+DEPEND=">=media-video/vdr-1.4.6"
+
+PATCHES="${FILESDIR}/${P}-compilefix.diff"
+
+pkg_postinst() {
+ echo
+ elog "The integrated call monitor (available in Fritz!Box official"
+ elog "firmware releases >= xx.03.99) has to be enabled in order to"
+ elog "have the vdr-fritzbox plugin display anything on your tv. To"
+ elog "enable it call #96*5* from your telephone. If that doesn't"
+ elog "work for you, read the documentation for further instructions."
+ echo
+}