summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/Config.in1
-rw-r--r--package/sispmctl/Config.in17
-rw-r--r--package/sispmctl/sispmctl.mk16
3 files changed, 34 insertions, 0 deletions
diff --git a/package/Config.in b/package/Config.in
index 0440ce8011..e234054a0f 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -343,6 +343,7 @@ source "package/sane-backends/Config.in"
source "package/sdparm/Config.in"
source "package/setserial/Config.in"
source "package/sg3_utils/Config.in"
+source "package/sispmctl/Config.in"
source "package/smartmontools/Config.in"
source "package/smstools3/Config.in"
source "package/snowball-hdmiservice/Config.in"
diff --git a/package/sispmctl/Config.in b/package/sispmctl/Config.in
new file mode 100644
index 0000000000..8070802c1e
--- /dev/null
+++ b/package/sispmctl/Config.in
@@ -0,0 +1,17 @@
+config BR2_PACKAGE_SISPMCTL
+ bool "sispmctl"
+ select BR2_PACKAGE_LIBUSB
+ select BR2_PACKAGE_LIBUSB_COMPAT
+ depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
+ depends on BR2_USE_WCHAR
+ depends on BR2_USE_MMU # fork()
+ help
+ sispmctl is an application enabling the use of the GEMBIRD
+ SiS-PM and mSiS(sispm) USB-controlled power-outlet device
+ under Linux. Note that the device is also sold under
+ different Names, i.e. as "IntelliPlug" in Germany.
+
+ http://sispmctl.sourceforge.net/
+
+comment "sispmctl needs a toolchain w/ threads, wchar"
+ depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR
diff --git a/package/sispmctl/sispmctl.mk b/package/sispmctl/sispmctl.mk
new file mode 100644
index 0000000000..2d2becf8d5
--- /dev/null
+++ b/package/sispmctl/sispmctl.mk
@@ -0,0 +1,16 @@
+################################################################################
+#
+# sispmctl
+#
+################################################################################
+
+SISPMCTL_VERSION = 3.1
+SISPMCTL_SITE = http://downloads.sourceforge.net/project/sispmctl/sispmctl/sispmctl-$(SISPMCTL_VERSION)
+SISPMCTL_LICENSE = GPLv2+
+SISPMCTL_LICENSE_FILES = LICENCE
+SISPMCTL_DEPENDENCIES = libusb-compat
+
+SISPMCTL_CONF_ENV = HAVELIBUSB=$(STAGING_DIR)/usr/bin/libusb-config
+SISPMCTL_CONF_OPT = --enable-webless
+
+$(eval $(autotools-package))
OpenPOWER on IntegriCloud