You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-plugins/vdr-premiereepg/vdr-premiereepg-0.2.0-r1.eb...

26 lines
674 B

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-premiereepg/vdr-premiereepg-0.2.0-r1.ebuild,v 1.1 2012/06/12 19:31:11 hd_brummy Exp $
EAPI="4"
inherit vdr-plugin-2
DESCRIPTION="VDR Plugin: Support the extended EPG which is sent by german paytv Sky on their portal channels"
HOMEPAGE="http://www.muempf.de/index.html"
SRC_URI="http://www.muempf.de/down/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=">=media-video/vdr-1.4.1"
RDEPEND="${DEPEND}"
src_prepare() {
vdr-plugin-2_src_prepare
fix_vdr_libsi_include premiereepg.c
}