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-loadepg/vdr-loadepg-0.1.11.ebuild

25 lines
695 B

# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-loadepg/vdr-loadepg-0.1.11.ebuild,v 1.2 2008/07/26 13:23:53 zzam Exp $
inherit vdr-plugin eutils
DESCRIPTION="VDR : Loadepg Plugin; Canal+ group (Mediahighway)"
HOMEPAGE="http://kikko77.altervista.org/"
SRC_URI="http://kikko77.altervista.org/sections/Download/[11]_loadepg/${P}.tgz"
KEYWORDS="~amd64 ~x86"
SLOT="0"
LICENSE="GPL-2"
IUSE=""
DEPEND=">=media-video/vdr-1.3.18"
src_install() {
vdr-plugin_src_install
insinto /etc/vdr/plugins/loadepg
doins "${S}"/loadepg.{conf,equiv}
fowners -R vdr:vdr /etc/vdr/plugins/loadepg
}