7540146937
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
17 lines
544 B
Makefile
17 lines
544 B
Makefile
################################################################################
|
|
#
|
|
# snowball-init
|
|
#
|
|
################################################################################
|
|
|
|
SNOWBALL_INIT_VERSION = b064be21de25729039e5e54037bbdd2e25cfd5b7
|
|
SNOWBALL_INIT_SITE = https://github.com/igloocommunity/snowball-init
|
|
SNOWBALL_INIT_LICENSE = BSD-4c
|
|
SNOWBALL_INIT_LICENSE_FILES = debian/copyright
|
|
|
|
define SNOWBALL_INIT_INSTALL_INIT_SYSV
|
|
$(INSTALL) -D -m 0755 $(@D)/snowball $(TARGET_DIR)/etc/init.d/S50snowball
|
|
endef
|
|
|
|
$(eval $(generic-package))
|