mirror of https://github.com/OpenIPC/firmware.git
Add Majestic T31 package
parent
0a82b782fa
commit
8db465db01
|
@ -0,0 +1,7 @@
|
||||||
|
config BR2_PACKAGE_MAJESTIC_T31
|
||||||
|
bool "Tiny but powerful IPC streaming software"
|
||||||
|
default n
|
||||||
|
help
|
||||||
|
Tiny but powerful IPC streaming software
|
||||||
|
|
||||||
|
https://openipc.org
|
|
@ -0,0 +1,22 @@
|
||||||
|
################################################################################
|
||||||
|
#
|
||||||
|
# majestic-t31
|
||||||
|
#
|
||||||
|
################################################################################
|
||||||
|
|
||||||
|
MAJESTIC_T31_VERSION = current
|
||||||
|
MAJESTIC_T31_SOURCE = majestic.t31.lite.master.tar.bz2
|
||||||
|
MAJESTIC_T31_SITE = https://openipc.s3-eu-west-1.amazonaws.com
|
||||||
|
MAJESTIC_T31_LICENSE = MIT
|
||||||
|
MAJESTIC_T31_LICENSE_FILES = LICENSE
|
||||||
|
|
||||||
|
define MAJESTIC_T31_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))
|
Loading…
Reference in New Issue