blob: 1491162b8070d941b3f7610c5cb0f91f76423112 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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
}
|