[Buildroot] [PATCH 2/2] phidgetwebservice: new package

Jonathan Ben-Avraham yba at tkos.co.il
Tue Aug 26 20:28:07 UTC 2014


Signed-off-by: Jonathan Ben-Avraham <yba at tkos.co.il>
---
 package/Config.in                              |    1 +
 package/phidgetwebservice/Config.in            |   15 +++++++++++++++
 package/phidgetwebservice/phidgetwebservice.mk |   14 ++++++++++++++
 3 files changed, 30 insertions(+)
 create mode 100644 package/phidgetwebservice/Config.in
 create mode 100644 package/phidgetwebservice/phidgetwebservice.mk

diff --git a/package/Config.in b/package/Config.in
index 1088f5a..f86207c 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -677,6 +677,7 @@ menu "Hardware handling"
 	source "package/libusb/Config.in"
 	source "package/libusb-compat/Config.in"
 	source "package/libphidget/Config.in"
+	source "package/phidgetwebservice/Config.in"
 	source "package/libv4l/Config.in"
 	source "package/libxkbcommon/Config.in"
 	source "package/mtdev/Config.in"
diff --git a/package/phidgetwebservice/Config.in b/package/phidgetwebservice/Config.in
new file mode 100644
index 0000000..01e7b11
--- /dev/null
+++ b/package/phidgetwebservice/Config.in
@@ -0,0 +1,15 @@
+config BR2_PACKAGE_PHIDGETWEBSERVICE
+	bool "phidgetwebservice"
+	depends on BR2_PACKAGE_LIBPHIDGET
+	help
+          phidgetwebservice (the Phidget WebService) provides an HTTP
+	  front-end to the libphidget device control API. This provides
+	  an alternative to the libphidget C linkage interface for
+	  controlling locally attached Phidgets USB devices and it also
+	  allows you to control Phidget USB devices remotely when the host
+	  running the phidgetwebservice has an exposed network interface.
+ 
+	  The phidgetwebservice client program uses the libphidget HTTP
+	  functions to send commands to the phidgetwebservice.
+
+	  http://phidgets.com/
diff --git a/package/phidgetwebservice/phidgetwebservice.mk b/package/phidgetwebservice/phidgetwebservice.mk
new file mode 100644
index 0000000..64dfca4
--- /dev/null
+++ b/package/phidgetwebservice/phidgetwebservice.mk
@@ -0,0 +1,14 @@
+################################################################################
+#
+# phidgetwebservice
+#
+################################################################################
+
+PHIDGETWEBSERVICE_VERSION = 2.1.8.20140319
+PHIDGETWEBSERVICE_SOURCE = phidgetwebservice_$(PHIDGETWEBSERVICE_VERSION).tar.gz
+PHIDGETWEBSERVICE_SITE = http://www.phidgets.com/downloads/libraries/
+PHIDGETWEBSERVICE_DEPENDENCIES = libphidget
+PHIDGETWEBSERVICE_LICENSE = LGPLv3
+PHIDGETWEBSERVICE_LICENSE_FILES = COPYING
+
+$(eval $(autotools-package))
-- 
1.7.10.4



More information about the buildroot mailing list