24d498dadf
Libiqrf is library written in C which implement specific iqrf protocol to communicate with iqrf usb devices (http://iqrf.org). [Peter: select libusb, fix Config.in indentation] Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 lines
330 B
Makefile
15 lines
330 B
Makefile
#############################################################
|
|
#
|
|
# libiqrf library
|
|
#
|
|
#############################################################
|
|
|
|
LIBIQRF_VERSION = v0.1.0
|
|
LIBIQRF_SITE = git://github.com/nandra/libiqrf.git
|
|
LIBIQRF_INSTALL_STAGING = YES
|
|
|
|
LIBIQRF_DEPENDENCIES = libusb
|
|
|
|
$(eval $(call AUTOTARGETS,package,libiqrf))
|
|
|