summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Bornkessel <hd_brummy@gentoo.org>2008-03-22 18:27:10 +0000
committerJörg Bornkessel <hd_brummy@gentoo.org>2008-03-22 18:27:10 +0000
commit7d034a41e9a2373b25ec94431ee478ed03926ad1 (patch)
tree5eb4929e299abd9caff3d837dd377c7bcc0a260c /media-plugins/vdr-xxvautotimer/vdr-xxvautotimer-0.1.2.ebuild
parentamd64 stable wrt bug #207381, second round. (diff)
downloadgentoo-2-7d034a41e9a2373b25ec94431ee478ed03926ad1.tar.gz
gentoo-2-7d034a41e9a2373b25ec94431ee478ed03926ad1.tar.bz2
gentoo-2-7d034a41e9a2373b25ec94431ee478ed03926ad1.zip
initial ebuild; moved from overlay vdr-testing
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-plugins/vdr-xxvautotimer/vdr-xxvautotimer-0.1.2.ebuild')
-rw-r--r--media-plugins/vdr-xxvautotimer/vdr-xxvautotimer-0.1.2.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/media-plugins/vdr-xxvautotimer/vdr-xxvautotimer-0.1.2.ebuild b/media-plugins/vdr-xxvautotimer/vdr-xxvautotimer-0.1.2.ebuild
new file mode 100644
index 000000000000..e16b9e226d79
--- /dev/null
+++ b/media-plugins/vdr-xxvautotimer/vdr-xxvautotimer-0.1.2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-xxvautotimer/vdr-xxvautotimer-0.1.2.ebuild,v 1.1 2008/03/22 18:27:10 hd_brummy Exp $
+
+inherit vdr-plugin
+
+DESCRIPTION="VDR plugin: edit Autotimers of XXV via VDR on-screen-display"
+HOMEPAGE="http://www.vdrtools.de/vdrxxvautotimer.html"
+SRC_URI="http://www.vdrtools.de/download/${P}.tgz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+
+DEPEND=">=media-video/vdr-1.3.0"
+
+RDEPEND=">=net-www/xxv-0.30"
+
+src_unpack() {
+ vdr-plugin_src_unpack
+
+ sed -i "s:CFLAGS =:CFLAGS ?=:" "${S}"/mysqlwrapped-1.4/Makefile
+}