summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Bornkessel <hd_brummy@gentoo.org>2006-03-06 16:25:41 +0000
committerJoerg Bornkessel <hd_brummy@gentoo.org>2006-03-06 16:25:41 +0000
commit473ab8209498232ab0df6e52cc86371c236cab8a (patch)
treeddee42783c918c96333213bf47fef19f0a3844bc /media-plugins/vdr-games/vdr-games-0.6.1.ebuild
parentMarked ~alpha (bug #122726) (diff)
downloadhistorical-473ab8209498232ab0df6e52cc86371c236cab8a.tar.gz
historical-473ab8209498232ab0df6e52cc86371c236cab8a.tar.bz2
historical-473ab8209498232ab0df6e52cc86371c236cab8a.zip
imported ebuild from gentoo.de CVS
Package-Manager: portage-2.0.54
Diffstat (limited to 'media-plugins/vdr-games/vdr-games-0.6.1.ebuild')
-rw-r--r--media-plugins/vdr-games/vdr-games-0.6.1.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/media-plugins/vdr-games/vdr-games-0.6.1.ebuild b/media-plugins/vdr-games/vdr-games-0.6.1.ebuild
new file mode 100644
index 000000000000..1491162b8070
--- /dev/null
+++ b/media-plugins/vdr-games/vdr-games-0.6.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-games/vdr-games-0.6.1.ebuild,v 1.1 2006/03/06 16:25:41 hd_brummy Exp $
+
+inherit vdr-plugin
+
+DESCRIPTION="Video Disk Recorder games plugin"
+HOMEPAGE="http://1541.org/"
+SRC_URI="http://1541.org/public/${P}.tar.gz
+ mirror://vdrfiles/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+
+DEPEND=">=media-video/vdr-1.2.6"
+
+src_unpack() {
+ vdr-plugin_src_unpack
+ epatch ${FILESDIR}/${P}-gentoo.diff
+}