summaryrefslogtreecommitdiff
path: root/media-plugins/vdr-extb/vdr-extb-0.3.1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-02-05 18:44:56 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-02-05 18:44:56 +0000
commit29aabba0ea759c6a2864ff5631735b67ee38e5e0 (patch)
treeab466b4dfa7abecb401b2f8039d08af4689306bb /media-plugins/vdr-extb/vdr-extb-0.3.1.ebuild
parentd42200bec37eef2a7478d88988ff00addd0a9202 (diff)
gentoo resync : 05.02.2020
Diffstat (limited to 'media-plugins/vdr-extb/vdr-extb-0.3.1.ebuild')
-rw-r--r--media-plugins/vdr-extb/vdr-extb-0.3.1.ebuild69
1 files changed, 0 insertions, 69 deletions
diff --git a/media-plugins/vdr-extb/vdr-extb-0.3.1.ebuild b/media-plugins/vdr-extb/vdr-extb-0.3.1.ebuild
deleted file mode 100644
index b3996bbe5dc9..000000000000
--- a/media-plugins/vdr-extb/vdr-extb-0.3.1.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit vdr-plugin-2
-
-DESCRIPTION="VDR Plugin: used to control the VDR Extension Board"
-HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
-SRC_URI="http://vdr.websitec.de/download/${PN}/${P}.tar.gz
- http://vdr.websitec.de/download/${PN}/extb_firmware_1.08_lircd.conf.zip
- http://vdr.websitec.de/download/${PN}/extb.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="app-misc/lirc
- media-video/vdr"
-RDEPEND="${DEPEND}"
-BDEPEND="app-arch/unzip"
-
-src_prepare() {
- vdr-plugin-2_src_prepare
-
- sed -i "${WORKDIR}"/extb/src/LinPIC/Makefile \
- -e "s:\$(LDLIBS):\$(LDFLAGS) \$(LDLIBS):"
-
- cd "${WORKDIR}"
- eapply -p0 "${FILESDIR}/${P}-gentoo.diff"
- eapply -p0 "${FILESDIR}/${P}_vdr-1.7.13.diff"
-}
-
-src_compile() {
- vdr-plugin-2_src_compile
-
- emake -C "${WORKDIR}/extb/src/LinPIC" all
-}
-src_install() {
- vdr-plugin-2_src_install
-
- dodoc README.de "${WORKDIR}/lircd.conf.extb_FW1.08"
- dodoc "${S}/wakeup/README.de"
-
- dobin "${WORKDIR}/extb/src/LinPIC/picdl"
- dobin "${WORKDIR}/extb/bin/extb.sh"
- dobin "${WORKDIR}/extb/bin/status.sh"
- dobin "${WORKDIR}/extb/bin/tx.sh"
- dobin "${S}/wakeup/extb-poweroff.pl"
- dobin "${S}/wakeup/examples/checkscript.sh"
-
- insinto /usr/share/extb/
- doins "${WORKDIR}/extb_1.08.hex"
-
- insinto /etc/extb
- doins "${WORKDIR}/extb/bin/PICflags.conf"
- doins "${S}/wakeup/examples/extb-poweroff.conf"
-}
-
-pkg_postinst() {
- vdr-plugin-2_pkg_postinst
-
- einfo "You need to upload the included firmware (1.08)"
- einfo "(you will find it in /usr/share/extb/)"
- einfo "into the extension board and update your lircd.conf"
- einfo "See the supplied lircd.conf.extb_FW1.08 in"
- einfo "/usr/share/doc/${PF}"
-}