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 / tzdump / tzdump.mk
1 ################################################################################
2 #
3 # tzdump
4 #
5 ################################################################################
6
7 TZDUMP_VERSION = 65a10105564801094b18c3fcacf4dde4c44e4ab8
8 TZDUMP_SITE = $(call github,alexandrebelloni,tzdump,$(TZDUMP_VERSION))
9 HOST_TZDUMP_DEPENDENCIES = host-zic
10
11 define HOST_TZDUMP_BUILD_CMDS
12         cd $(@D) && $(HOSTCC) $(HOST_CFLAGS) $(HOST_LDFLAGS) -o tzdump tzdump.c
13 endef
14
15 define HOST_TZDUMP_INSTALL_CMDS
16         $(INSTALL) -m 0755 -D $(@D)/tzdump $(HOST_DIR)/usr/sbin/tzdump
17 endef
18
19 $(eval $(host-generic-package))
20
21 TZDUMP = $(HOST_DIR)/usr/sbin/tzdump