145a401b3b
Update indentation in hash file (two spaces) https://github.com/viveris/uMTP-Responder/blob/umtprd-1.6.2/Release-notes.txt Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Acked-by: Paul Cercueil <paul@crapouillou.net> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
21 lines
530 B
Makefile
21 lines
530 B
Makefile
################################################################################
|
|
#
|
|
# umtprd
|
|
#
|
|
################################################################################
|
|
|
|
UMTPRD_VERSION = 1.6.2
|
|
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))
|