The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / dtach / dtach.mk
1 ################################################################################
2 #
3 # dtach
4 #
5 ################################################################################
6
7 DTACH_VERSION = 0.8
8 DTACH_SITE = http://downloads.sourceforge.net/project/dtach/dtach/$(DTACH_VERSION)
9 DTACH_LICENSE = GPLv2+
10 DTACH_LICENSE_FILES = COPYING
11
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
16
17 $(eval $(autotools-package))