1 ################################################################################
5 ################################################################################
8 DTACH_SITE
= $(call github
,crigler
,dtach
,$(DTACH_VERSION
))
10 DTACH_LICENSE_FILES
= COPYING
12 # The Makefile does not have an install target.
13 define DTACH_INSTALL_TARGET_CMDS
14 $(INSTALL
) -D
-m
0755 $(@D
)/dtach
$(TARGET_DIR
)/usr
/bin
/dtach
17 $(eval
$(autotools-package
))