blob: b266d51a239620ff9ea195380a15a31b86249ea0 [file] [log] [blame]
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
inherit vdr-plugin-2
DESCRIPTION="VDR plugin: pin PlugIn"
HOMEPAGE="http://www.jwendel.de"
SRC_URI="http://www.jwendel.de/vdr/${P}.tgz"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~x86 ~amd64"
IUSE=""
DEPEND=">=media-video/vdr-1.6.0[pinplugin]"
src_prepare() {
vdr-plugin-2_src_prepare
epatch "${FILESDIR}/${P}.diff"
}
src_install() {
vdr-plugin-2_src_install
dobin fskcheck
into /usr/share/vdr/pin
dobin "${S}"/scripts/*.sh
insinto /etc/vdr/reccmds
newins "${FILESDIR}"/reccmds.pin.conf-0.0.16 reccmds.pin.conf
}