Add majestic-fh8852v200

pull/244/head
Igor Zalatov (from Citadel PC) 2022-06-16 14:07:31 +03:00
parent 0be3ce1c9e
commit db6d3f5811
2 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,7 @@
config BR2_PACKAGE_MAJESTIC_FH8852V200
bool "Tiny but powerful IPC streaming software"
default n
help
Tiny but powerful IPC streaming software
https://openipc.org

View File

@ -0,0 +1,22 @@
################################################################################
#
# majestic-fh8852v200
#
################################################################################
MAJESTIC_FH8852v200_VERSION = current
MAJESTIC_FH8852v200_SOURCE = majestic.fh8852v200.lite.master.tar.bz2
MAJESTIC_FH8852v200_SITE = https://openipc.s3-eu-west-1.amazonaws.com
MAJESTIC_FH8852v200_LICENSE = MIT
MAJESTIC_FH8852v200_LICENSE_FILES = LICENSE
define MAJESTIC_FH8852v200_INSTALL_TARGET_CMDS
$(INSTALL) -m 755 -d $(TARGET_DIR)/etc
$(INSTALL) -m 644 $(@D)/majestic-mini.yaml $(TARGET_DIR)/etc/majestic.yaml
$(INSTALL) -m 644 $(@D)/majestic.yaml $(TARGET_DIR)/etc/majestic.full
$(INSTALL) -m 755 -d $(TARGET_DIR)/usr/bin
$(INSTALL) -m 755 -t $(TARGET_DIR)/usr/bin $(@D)/majestic
endef
$(eval $(generic-package))