Source-Makefile: feeds/packages/libs/libiio/Makefile
Build-Depends: !BUILD_NLS:libiconv !BUILD_NLS:gettext

Package: libiio
Menu: 1
Version: 0.21-4
Depends: +libc +USE_GLIBC:librt +USE_GLIBC:libpthread +zlib +LIBIIO_USB_BACKEND:libusb-1.0 +LIBIIO_NETWORK_BACKEND:libavahi-client +LIBIIO_XML_BACKEND:libxml2 +BUILD_NLS:libiconv-full
Conflicts: 
Menu-Depends: 
Provides: 
Section: libs
Category: Libraries
Repository: base
Title: Library for interfacing with Linux IIO devices
Maintainer: Michael Heimpold <mhei@heimpold.de>
Source: libiio-0.21.tar.gz
License: LGPL-2.1
LicenseFiles: COPYING.txt
Type: ipkg
Description:   libiio is used to interface to the Linux Industrial Input/Output (IIO) Subsystem.
  The Linux IIO subsystem is intended to provide support for devices that in some
  sense are analog to digital or digital to analog converters (ADCs, DACs). This
  includes, but is not limited to ADCs, Accelerometers, Gyros, IMUs, Capacitance
  to Digital Converters (CDCs), Pressure Sensors, Color, Light and Proximity Sensors,
  Temperature Sensors, Magnetometers, DACs, DDS (Direct Digital Synthesis),
  PLLs (Phase Locked Loops), Variable/Programmable Gain Amplifiers (VGA, PGA),
  and RF transceivers. You can use libiio natively on an embedded Linux
  target (local mode), or use libiio to communicate remotely to that same target
  from a host Linux, Windows or MAC over USB or Ethernet or Serial.
https://github.com/analogdevicesinc/libiio
Michael Heimpold <mhei@heimpold.de>
@@
Config:
config LIBIIO_LOCAL_BACKEND
	bool "Enable local backend"
	depends on PACKAGE_libiio
	default y

config LIBIIO_NETWORK_BACKEND
	bool "Enable network backend"
	depends on PACKAGE_libiio
	select LIBIIO_XML_BACKEND
	default y

config LIBIIO_USB_BACKEND
	bool "Enable USB backend"
	depends on PACKAGE_libiio
	select LIBIIO_XML_BACKEND
	default n

config LIBIIO_XML_BACKEND
	bool
	depends on PACKAGE_libiio
	default y
@@

Package: iiod
Version: 0.21-4
Depends: +libc +USE_GLIBC:librt +USE_GLIBC:libpthread +libiio
Conflicts: 
Menu-Depends: 
Provides: 
Section: net
Category: Network
Repository: base
Title: Linux IIO daemon
Maintainer: Michael Heimpold <mhei@heimpold.de>
Source: libiio-0.21.tar.gz
License: LGPL-2.1
LicenseFiles: COPYING.txt
Type: ipkg
Description:   Daemon to access IIO devices via network.
https://github.com/analogdevicesinc/libiio
Michael Heimpold <mhei@heimpold.de>
@@

Package: iio-utils
Version: 0.21-4
Depends: +libc +USE_GLIBC:librt +USE_GLIBC:libpthread +libiio
Conflicts: 
Menu-Depends: 
Provides: 
Section: utils
Category: Utilities
Repository: base
Title: Linux IIO tools
Maintainer: Michael Heimpold <mhei@heimpold.de>
Source: libiio-0.21.tar.gz
License: LGPL-2.1
LicenseFiles: COPYING.txt
Type: ipkg
Description:   Command line tools for IIO devices.
https://github.com/analogdevicesinc/libiio
Michael Heimpold <mhei@heimpold.de>
@@


