python-treq: bump to version 16.12.0
[buildroot-gz.git] / package / dtach / dtach.mk
blob75c443470e76a986d16262e1dd7b0d59707095c3
1 ################################################################################
3 # dtach
5 ################################################################################
7 DTACH_VERSION = v0.9
8 DTACH_SITE = $(call github,crigler,dtach,$(DTACH_VERSION))
9 DTACH_LICENSE = GPLv2+
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
15 endef
17 $(eval $(autotools-package))