diff --git a/packages/addons/addon-depends/dvb-tools-depends/mumudvb/package.mk b/packages/addons/addon-depends/dvb-tools-depends/mumudvb/package.mk new file mode 100644 index 0000000000..2487b475e8 --- /dev/null +++ b/packages/addons/addon-depends/dvb-tools-depends/mumudvb/package.mk @@ -0,0 +1,34 @@ +################################################################################ +# This file is part of LibreELEC - https://libreelec.tv +# Copyright (C) 2017-present Team LibreELEC +# +# LibreELEC is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 2 of the License, or +# (at your option) any later version. +# +# LibreELEC is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with LibreELEC. If not, see . +################################################################################ + +PKG_NAME="mumudvb" +PKG_VERSION="fa9ff6e" +PKG_ARCH="any" +PKG_LICENSE="GPL" +PKG_SITE="http://mumudvb.net/" +PKG_URL="https://github.com/braice/MuMuDVB/archive/$PKG_VERSION.tar.gz" +PKG_SOURCE_DIR="MuMuDVB-${PKG_VERSION}*" +PKG_DEPENDS_TARGET="toolchain libdvbcsa" +PKG_SECTION="tools" +PKG_SHORTDESC="MuMuDVB (Multi Multicast DVB) is a program that streams from DVB on a network using multicasting or unicast" +PKG_LONGDESC="MuMuDVB (Multi Multicast DVB) is a program that streams from DVB on a network using multicasting or unicast" +PKG_AUTORECONF="yes" + +makeinstall_target() { + : +} diff --git a/packages/addons/tools/dvb-tools/package.mk b/packages/addons/tools/dvb-tools/package.mk index a36faf7cc2..4c10b5f8e7 100644 --- a/packages/addons/tools/dvb-tools/package.mk +++ b/packages/addons/tools/dvb-tools/package.mk @@ -26,7 +26,7 @@ PKG_URL="" PKG_DEPENDS_TARGET="toolchain" PKG_SECTION="virtual" PKG_SHORTDESC="DVB-Tools: is a bundle of dvb tools and programs" -PKG_LONGDESC="This bundle currently includes dvb-apps, dvb-fe-tool, dvblast and w_scan." +PKG_LONGDESC="This bundle currently includes dvb-apps, dvb-fe-tool, dvblast, mumudvb and w_scan." PKG_AUTORECONF="no" PKG_IS_ADDON="yes" @@ -37,6 +37,7 @@ PKG_DEPENDS_TARGET="toolchain \ dvb-apps \ dvb-fe-tool \ dvblast \ + mumudvb \ w_scan" addon() { @@ -60,6 +61,9 @@ addon() { # dvblast cp -P $(get_build_dir dvblast)/dvblast $ADDON_BUILD/$PKG_ADDON_ID/bin + # mumudvb + cp -P $(get_build_dir mumudvb)/.$TARGET_NAME/src/mumudvb $ADDON_BUILD/$PKG_ADDON_ID/bin + # w_scan cp -P $(get_build_dir w_scan)/.$TARGET_NAME/w_scan $ADDON_BUILD/$PKG_ADDON_ID/bin