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 / haveged / haveged.mk
1 ################################################################################
2 #
3 # haveged
4 #
5 ################################################################################
6
7 HAVEGED_VERSION = 1.9.1
8 HAVEGED_SITE = http://www.issihosts.com/haveged
9 HAVEGED_LICENSE = GPLv3+
10 HAVEGED_LICENSE_FILES = COPYING
11
12 define HAVEGED_INSTALL_INIT_SYSV
13         $(INSTALL) -m 755 -D package/haveged/S21haveged \
14                 $(TARGET_DIR)/etc/init.d/S21haveged
15 endef
16
17 define HAVEGED_INSTALL_INIT_SYSTEMD
18         $(INSTALL) -D -m 644 package/haveged/haveged.service \
19                 $(TARGET_DIR)/usr/lib/systemd/system/haveged.service
20         mkdir -p $(TARGET_DIR)/etc/systemd/system/multi-user.target.wants
21         ln -fs /usr/lib/systemd/system/haveged.service \
22                 $(TARGET_DIR)/etc/systemd/system/multi-user.target.wants/haveged.service
23 endef
24
25 $(eval $(autotools-package))