2019-11-13 12:21:36 +01:00
|
|
|
################################################################################
|
|
|
|
#
|
|
|
|
# umtprd
|
|
|
|
#
|
|
|
|
################################################################################
|
|
|
|
|
2022-01-26 22:00:39 +01:00
|
|
|
UMTPRD_VERSION = 1.6.2
|
2019-11-13 12:21:36 +01:00
|
|
|
UMTPRD_SITE = https://github.com/viveris/uMTP-Responder/archive
|
|
|
|
UMTPRD_LICENSE = GPL-3.0+
|
|
|
|
UMTPRD_LICENSE_FILES = LICENSE
|
|
|
|
|
|
|
|
define UMTPRD_BUILD_CMDS
|
|
|
|
$(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D)
|
|
|
|
endef
|
|
|
|
|
|
|
|
define UMTPRD_INSTALL_TARGET_CMDS
|
|
|
|
$(INSTALL) -D -m 0755 $(@D)/umtprd $(TARGET_DIR)/usr/sbin/umtprd
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(generic-package))
|