fs/ubifs: work around fakeroot / sed -i issue on systems with SELinux enabled
[buildroot-gz.git] / package / snowball-init / snowball-init.mk
blobf06b03277a168d31c1af8dc58c418481c2d7313a
1 ################################################################################
3 # snowball-init
5 ################################################################################
7 SNOWBALL_INIT_VERSION = b064be21de25729039e5e54037bbdd2e25cfd5b7
8 SNOWBALL_INIT_SITE = $(call github,igloocommunity,snowball-init,$(SNOWBALL_INIT_VERSION))
9 SNOWBALL_INIT_LICENSE = BSD-4c
10 SNOWBALL_INIT_LICENSE_FILES = debian/copyright
12 define SNOWBALL_INIT_INSTALL_INIT_SYSV
13 $(INSTALL) -D -m 0755 $(@D)/snowball $(TARGET_DIR)/etc/init.d/S50snowball
14 endef
16 $(eval $(generic-package))