xref: /OK3568_Linux_fs/buildroot/package/dtach/dtach.mk (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1################################################################################
2#
3# dtach
4#
5################################################################################
6
7DTACH_VERSION = 0.9
8DTACH_SITE = $(call github,crigler,dtach,v$(DTACH_VERSION))
9DTACH_LICENSE = GPL-2.0+
10DTACH_LICENSE_FILES = COPYING
11
12# The Makefile does not have an install target.
13define DTACH_INSTALL_TARGET_CMDS
14	$(INSTALL) -D -m 0755 $(@D)/dtach $(TARGET_DIR)/usr/bin/dtach
15endef
16
17$(eval $(autotools-package))
18