summaryrefslogtreecommitdiff
path: root/packages/softfan
diff options
context:
space:
mode:
Diffstat (limited to 'packages/softfan')
-rw-r--r--packages/softfan/softfan_0.10.bb17
1 files changed, 0 insertions, 17 deletions
diff --git a/packages/softfan/softfan_0.10.bb b/packages/softfan/softfan_0.10.bb
deleted file mode 100644
index b589d736bf..0000000000
--- a/packages/softfan/softfan_0.10.bb
+++ /dev/null
@@ -1,17 +0,0 @@
-DESCRIPTION = "Fan controller for fans attached to parallel port"
-SECTION = "base"
-PRIORITY = "optional"
-LICENSE = "GPL"
-SRC_URI = "http://joshuawise.com/code/softfan/softfan-${PV}.tar.gz"
-S = "${WORKDIR}/softfan-${PV}"
-
-FILES_${PN} = "/sbin/softfan"
-
-do_compile() {
- ${CC} ${CFLAGS} ${LDFLAGS} -o softfan softfan.c
-}
-
-do_install() {
- install -d ${D}${base_sbindir}
- install -m 0755 softfan ${D}${base_sbindir}/softfan
-}