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 / snowball-init / snowball-init.mk
1 ################################################################################
2 #
3 # snowball-init
4 #
5 ################################################################################
6
7 SNOWBALL_INIT_VERSION = b064be21de25729039e5e54037bbdd2e25cfd5b7
8 SNOWBALL_INIT_SITE = https://github.com/igloocommunity/snowball-init
9 SNOWBALL_INIT_LICENSE = BSD-4c
10 SNOWBALL_INIT_LICENSE_FILES = debian/copyright
11
12 define SNOWBALL_INIT_INSTALL_INIT_SYSV
13         $(INSTALL) -D -m 0755 $(@D)/snowball $(TARGET_DIR)/etc/init.d/S50snowball
14 endef
15
16 $(eval $(generic-package))