summaryrefslogtreecommitdiff
path: root/meta-openvuplus/recipes-extended/sispmctl/sispmctl_3.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openvuplus/recipes-extended/sispmctl/sispmctl_3.1.bb')
-rw-r--r--meta-openvuplus/recipes-extended/sispmctl/sispmctl_3.1.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-openvuplus/recipes-extended/sispmctl/sispmctl_3.1.bb b/meta-openvuplus/recipes-extended/sispmctl/sispmctl_3.1.bb
new file mode 100644
index 0000000..2effefe
--- /dev/null
+++ b/meta-openvuplus/recipes-extended/sispmctl/sispmctl_3.1.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "Control Gembird SIS-PM programmable power outlet strips"
+AUTHOR = "Mondrian Nuessle <nuessle@uni-mannheim.de>"
+HOMEPAGE = "http://sispmctl.sourceforge.net/"
+LICENSE = "GPLv2+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
+DEPENDS = "libusb-compat"
+
+SRC_URI = "http://downloads.sourceforge.net/${PN}/${P}.tar.gz \
+ file://libusb-use-pkgconfig.patch"
+SRC_URI[md5sum] = "24693cae30d77c957f34cfb2c8159661"
+SRC_URI[sha256sum] = "e9a99cc81ef0a93f3484e5093efd14d93cc967221fcd22c151f0bea32eb91da7"
+
+inherit autotools
+
+EXTRA_OECONF = "--enable-webless"