]> Git Repo - buildroot-mgba.git/blame - package/dtach/dtach.mk
package/cmake: bump to 3.30.2
[buildroot-mgba.git] / package / dtach / dtach.mk
CommitLineData
8dfd59d1 1################################################################################
c3cf7435
JM
2#
3# dtach
4#
8dfd59d1 5################################################################################
c3cf7435 6
69808c75
VH
7DTACH_VERSION = 0.9
8DTACH_SITE = $(call github,crigler,dtach,v$(DTACH_VERSION))
af31c309 9DTACH_LICENSE = GPL-2.0+
c3cf7435
JM
10DTACH_LICENSE_FILES = COPYING
11
12# The Makefile does not have an install target.
13define DTACH_INSTALL_TARGET_CMDS
1769933d 14 $(INSTALL) -D -m 0755 $(@D)/dtach $(TARGET_DIR)/usr/bin/dtach
c3cf7435
JM
15endef
16
17$(eval $(autotools-package))
This page took 3.990549 seconds and 5 git commands to generate.