gentoo-ebuilds/media-plugins/vdr-serial/vdr-serial-0.0.6a-r2.ebuild
Paul Zander 0e26199a11
media-plugins/vdr-serial: [QA] BannedEapiCommand
acct-user/vdr has the logic for this, so use it

Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
2024-12-01 11:52:10 +00:00

32 lines
555 B
Bash

# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit vdr-plugin-2
DESCRIPTION="VDR Plugin: attach some buttons with diodes to the serial port"
HOMEPAGE="http://www.lf-klueber.de/vdr.htm"
SRC_URI="http://www.lf-klueber.de/${P}.tgz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND="
media-video/vdr
"
RDEPEND="
${DEPEND}
acct-user/vdr[serial]
"
src_prepare() {
vdr-plugin-2_src_prepare
sed -i serial.c -e "s:RegisterI18n://RegisterI18n:"
cd "${S}"/tools
emake clean
}