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.
28 lines
685 B
28 lines
685 B
# Copyright 1999-2019 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=7
|
|
|
|
inherit vdr-plugin-2
|
|
|
|
GIT_VERSION="c810abffbf6dc6f1f354b0c545abe65311203fd8"
|
|
|
|
DESCRIPTION="VDR plugin: control an hor. or ver. actuator attached trough the parallel port"
|
|
HOMEPAGE="http://ventoso.org/luca/vdr/"
|
|
SRC_URI="https://github.com/olivluca/vdr-actuator-plugin/archive/${GIT_VERSION}.tar.gz -> ${PF}.tar.gz"
|
|
|
|
LICENSE="GPL-2"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86"
|
|
|
|
DEPEND=">=media-video/vdr-2.4"
|
|
|
|
S="${WORKDIR}/${PN}-plugin-${GIT_VERSION}"
|
|
|
|
src_prepare() {
|
|
vdr-plugin-2_src_prepare
|
|
|
|
fix_vdr_libsi_include "${S}/scanfilter.h"
|
|
fix_vdr_libsi_include "${S}/scanfilter.c"
|
|
}
|