summaryrefslogtreecommitdiffstats
path: root/package/snowball-init/snowball-init.mk
blob: 278cacb2c482204493628da58a236059ee7d4dd3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#############################################################
#
# snowball-init
#
#############################################################
SNOWBALL_INIT_VERSION = b064be21de25729039e5e54037bbdd2e25cfd5b7
SNOWBALL_INIT_SITE = git://igloocommunity.org/git/bsp/snowball-init.git
SNOWBALL_INIT_LICENSE = BSD-4c
SNOWBALL_INIT_LICENSE_FILES = debian/copyright

define SNOWBALL_INIT_INSTALL_TARGET_CMDS
	$(INSTALL) -D -m 0755 $(@D)/snowball $(TARGET_DIR)/etc/init.d/S50snowball
endef

$(eval $(generic-package))