summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-plugins/vdr-screenshot/vdr-screenshot-0.0.13.ebuild')
-rw-r--r--media-plugins/vdr-screenshot/vdr-screenshot-0.0.13.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/media-plugins/vdr-screenshot/vdr-screenshot-0.0.13.ebuild b/media-plugins/vdr-screenshot/vdr-screenshot-0.0.13.ebuild
new file mode 100644
index 000000000000..feaff28d0a44
--- /dev/null
+++ b/media-plugins/vdr-screenshot/vdr-screenshot-0.0.13.ebuild
@@ -0,0 +1,19 @@
+# Copyright 2004-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-screenshot/vdr-screenshot-0.0.13.ebuild,v 1.1 2009/03/15 14:29:49 zzam Exp $
+
+EAPI="2"
+
+inherit vdr-plugin
+
+DESCRIPTION="Video Disk Recorder Screenshot PlugIn"
+HOMEPAGE="http://www.joachim-wilke.de/?alias=vdr-screenshot"
+SRC_URI="http://www.joachim-wilke.de/dl.htm?ct=gz&dir=vdr-screenshot&file=${P}.tar.bz2 -> ${P}.tar.bz2"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=">=media-video/vdr-1.4.6"
+RDEPEND="${DEPEND}"