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 / odhcp6c / odhcp6c.mk
1 ################################################################################
2 #
3 # odhcp6c
4 #
5 ################################################################################
6
7 ODHCP6C_VERSION = 8d9b60fb496000988f3633951f2e30380fc2de50
8 ODHCP6C_SITE = $(call github,sbyx,odhcp6c,$(ODHCP6C_VERSION))
9 ODHCP6C_LICENSE = GPLv2
10 ODHCP6C_LICENSE_FILES = COPYING
11
12 define ODHCP6C_INSTALL_SCRIPT
13         $(INSTALL) -m 0755 -D $(@D)/odhcp6c-example-script.sh \
14                 $(TARGET_DIR)/usr/sbin/odhcp6c-update
15 endef
16
17 ODHCP6C_POST_INSTALL_TARGET_HOOKS += ODHCP6C_INSTALL_SCRIPT
18
19 $(eval $(cmake-package))