2013-06-06 01:53:30 +02:00
|
|
|
################################################################################
|
2012-11-30 03:39:14 +01:00
|
|
|
#
|
|
|
|
# snowball-init
|
|
|
|
#
|
2013-06-06 01:53:30 +02:00
|
|
|
################################################################################
|
2013-06-06 01:53:25 +02:00
|
|
|
|
2012-11-30 03:39:14 +01:00
|
|
|
SNOWBALL_INIT_VERSION = b064be21de25729039e5e54037bbdd2e25cfd5b7
|
2013-07-04 14:47:16 +02:00
|
|
|
SNOWBALL_INIT_SITE = https://github.com/igloocommunity/snowball-init
|
2012-11-30 03:39:14 +01:00
|
|
|
SNOWBALL_INIT_LICENSE = BSD-4c
|
|
|
|
SNOWBALL_INIT_LICENSE_FILES = debian/copyright
|
|
|
|
|
2014-11-30 15:18:16 +01:00
|
|
|
define SNOWBALL_INIT_INSTALL_INIT_SYSV
|
2012-11-30 03:39:14 +01:00
|
|
|
$(INSTALL) -D -m 0755 $(@D)/snowball $(TARGET_DIR)/etc/init.d/S50snowball
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(generic-package))
|