]> Git Repo - buildroot-mgba.git/blame - package/dtach/dtach.mk
package: indentation cleanup
[buildroot-mgba.git] / package / dtach / dtach.mk
CommitLineData
8dfd59d1 1################################################################################
c3cf7435
JM
2#
3# dtach
4#
8dfd59d1 5################################################################################
c3cf7435
JM
6
7DTACH_VERSION = 0.8
8DTACH_SITE = http://downloads.sourceforge.net/project/dtach/dtach/$(DTACH_VERSION)
9DTACH_LICENSE = GPLv2+
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 0.38764 seconds and 4 git commands to generate.