systemd: Enable pam if present in DISTRO_FEATURES
[openembedded.git] / recipes / softfan / softfan_0.10.bb
blob93a827c4c1e8d8abe943794e5b1fb5877de975fe
1 DESCRIPTION = "Fan controller for fans attached to parallel port"
2 SECTION = "base"
3 PRIORITY = "optional"
4 LICENSE = "GPL"
5 SRC_URI = "http://joshuawise.com/code/softfan/softfan-${PV}.tar.gz"
6 S = "${WORKDIR}/softfan-${PV}"
8 FILES_${PN} = "/sbin/softfan"
10 do_compile() {
11 ${CC} ${CFLAGS} ${LDFLAGS} -o softfan softfan.c
14 do_install() {
15 install -d ${D}${base_sbindir}
16 install -m 0755 softfan ${D}${base_sbindir}/softfan
19 SRC_URI[md5sum] = "e19e8a55c70d9b78f3c5abfa456ebf0c"
20 SRC_URI[sha256sum] = "d1cf80381378041049c2b5ec25afca56939cce1d7dd8a8d8ab2ac46e210e354d"