aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/hddtemp/hddtemp_0.3-beta15.bb
blob: b204ea4dd6ac408a225511fdb01c2545ea3e5843 (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
29
30
31
32
33
34
SUMMARY = "Hard disk temperature monitor daemon"
SECTION = "console/network"
LICENSE = "GPL-2.0-or-later"


SRC_URI = "${SAVANNAH_NONGNU_MIRROR}/hddtemp/hddtemp-0.3-beta15.tar.bz2 \
           file://hddtemp-no-nls-support.patch \
           file://hddtemp_0.3-beta15-52.diff \
           file://hddtemp-0.3-beta15-autodetect-717479.patch \
           file://0001-backtrace-Replace-struct-ucontext-with-ucontext_t.patch \
           file://0001-configure.ac-Rename-to-configure.ac-and-use-external.patch \
           file://0001-sata.c-Declare-ata_get_powermode-prototype.patch \
           file://hddtemp.db \
           file://init \
"

SRC_URI[md5sum] = "8b829339e1ae9df701684ec239021bb8"
SRC_URI[sha256sum] = "618541584054093d53be8a2d9e81c97174f30f00af91cb8700a97e442d79ef5b"

LIC_FILES_CHKSUM = "file://GPL-2;md5=eb723b61539feef013de476e68b5c50a"

inherit autotools gettext update-rc.d

FILES:${PN} += "/usr/share/misc/hddtemp.db"

do_install:append() {
    install -d ${D}/usr/share/misc/
    install -m 0644 ${WORKDIR}/hddtemp.db ${D}/usr/share/misc/hddtemp.db
    install -d ${D}${sysconfdir}/init.d
    install -m 0644 ${WORKDIR}/init ${D}${sysconfdir}/init.d/hddtemp
}

INITSCRIPT_NAME = "hddtemp"
INITSCRIPT_PARAMS = "start 99 2 3 4 5 . stop 20 0 1 6 ."