]>
Commit | Line | Data |
---|---|---|
8dfd59d1 | 1 | ################################################################################ |
c3cf7435 JM |
2 | # |
3 | # dtach | |
4 | # | |
8dfd59d1 | 5 | ################################################################################ |
c3cf7435 | 6 | |
69808c75 VH |
7 | DTACH_VERSION = 0.9 |
8 | DTACH_SITE = $(call github,crigler,dtach,v$(DTACH_VERSION)) | |
af31c309 | 9 | DTACH_LICENSE = GPL-2.0+ |
c3cf7435 JM |
10 | DTACH_LICENSE_FILES = COPYING |
11 | ||
12 | # The Makefile does not have an install target. | |
13 | define DTACH_INSTALL_TARGET_CMDS | |
1769933d | 14 | $(INSTALL) -D -m 0755 $(@D)/dtach $(TARGET_DIR)/usr/bin/dtach |
c3cf7435 JM |
15 | endef |
16 | ||
17 | $(eval $(autotools-package)) |