aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/sccd/sccd_1.0.bb
blob: bf25fbe90cb2afcba323fd8f5f3c4eaeac5caf84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
DECSCRIPTION = "StorCenter Control Daemon controls leds, fans, softpower"
SECTION = "utils"
LICENSE = "BSD"
PR = "r4"

SRC_URI = "file://scc.h \
	   file://scc.c \
	   file://sccd.c \
	   file://scc-utils.c \
	   file://scc-disk.c \
	   file://init-sccd \
	   file://Makefile \
	   file://README "

inherit autotools update-rc.d

INITSCRIPT_PARAMS = "defaults 9 9"
INITSCRIPT_NAME = "sccd"

do_unpack() {
	mkdir -p ${S}
	cp ${FILESDIR}/* ${S}
}

do_configure() {
	:
}