aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/sispmctl
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2010-09-29 10:36:31 +0000
committerKhem Raj <raj.khem@gmail.com>2010-10-06 15:32:42 -0700
commit911d01afae01e22ac958065877ee310e47cfddfd (patch)
treeab4efb5f2e9c4afc4ce8d19eb0986004607dc059 /recipes/sispmctl
parent79459407397fc6a592e6e2fece252f793f9ca8db (diff)
downloadopenembedded-911d01afae01e22ac958065877ee310e47cfddfd.tar.gz
sispmctl-2.7: initial recipe
Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/sispmctl')
-rw-r--r--recipes/sispmctl/sispmctl_2.7.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/sispmctl/sispmctl_2.7.bb b/recipes/sispmctl/sispmctl_2.7.bb
new file mode 100644
index 0000000000..43d6238217
--- /dev/null
+++ b/recipes/sispmctl/sispmctl_2.7.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/"
+PRIORITY = "optional"
+LICENSE = "GPLv2"
+DEPENDS = "libusb"
+
+SRC_URI = "http://downloads.sourceforge.net/${PN}/${P}.tar.gz"
+
+SRC_URI[md5sum] = "2457f76cd129f880634f3381be0aeb76"
+SRC_URI[sha256sum] = "d24d34fc7e14992ac822cef3c5567b04a077cfc96252b0a6fb238c8a272c16f4"
+
+inherit autotools
+
+EXTRA_OECONF = "--enable-webless"