Updated oscam

This commit is contained in:
Torsten Kurbad
2025-09-26 16:42:43 +02:00
parent 3853453283
commit 5a7e30ce99
2 changed files with 14 additions and 8 deletions
+13 -7
View File
@@ -2,16 +2,16 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=7
EAPI=8
inherit eutils cmake flag-o-matic systemd
inherit cmake flag-o-matic systemd
if [[ ${PV} == "9999" ]] ; then
ESVN_REPO_URI="http://streamboard.tv/svn/oscam/trunk"
#ESVN_REPO_URI="http://streamboard.tv/svn/oscam/trunk"
#ESVN_REPO_URI="http://www.oscam.cc/svn/oscam-mirror/trunk"
inherit subversion
#inherit git-r3
#EGIT_REPO_URI="https://repo.or.cz/oscam.git"
#inherit subversion
inherit git-r3
EGIT_REPO_URI="https://git.streamboard.tv/common/oscam.git"
KEYWORDS=""
else
SRC_URI=""
@@ -137,6 +137,9 @@ src_configure() {
}
src_install() {
# Remove compressed monitor source
rm Distribution/monitor/mpcsmon-src-*.tar.bz2
# Binaries
exeinto /usr/bin
doexe "${BUILD_DIR}/oscam" "${BUILD_DIR}/utils/list_smargo"
@@ -163,7 +166,7 @@ src_install() {
rm -rf ${D}/usr/share/man/ac/
# Documentation files
dodoc README README.build README.config
dodoc README.md README.config README.dvbapi_protocol README.build
# HTML documentation
if use doc ; then
@@ -173,4 +176,7 @@ src_install() {
# Monitor examples
docinto monitor
dodoc Distribution/monitor/*
# Keep empty log directory
keepdir /var/log/oscam
}