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-lcr/vdr-lcr-0.0.9.ebuild

37 lines
953 B

# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-lcr/vdr-lcr-0.0.9.ebuild,v 1.4 2014/02/23 20:15:28 hd_brummy Exp $
EAPI=5
inherit vdr-plugin-2
DESCRIPTION="Video Disk Recorder Least Cost Routing (LCR) PlugIn"
HOMEPAGE="http://lcr.vdr-developer.org"
SRC_URI="http://lcr.vdr-developer.org/downloads/${P}.tar.bz2"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="amd64 x86"
IUSE=""
DEPEND=">=media-video/vdr-1.5.7
>=dev-perl/libwww-perl-5.69-r2
>=dev-perl/HTML-Parser-3.34-r1
>=www-client/lynx-2.8.4"
src_install() {
vdr-plugin-2_src_install
dobin contrib/vdr-lcr-retrieve_data.pl
}
pkg_postinst() {
vdr-plugin-2_pkg_postinst
echo
elog "By default, this plugin only supports the German telephone network"
elog "Find more info in /usr/bin/vdr-lcr-retrieve-data.pl how to add your"
elog "own Provider-Parser, or contact the maintainer"
}