kumquat-buildroot/package/libiqrf/libiqrf.mk
Marek Belisko aef9be3eb3 libiqrf: Bump to v0.1.2 + update build system.
v0.1.2 update build system from autotools to cmake.

[Thomas: add patch to ensure the CMake build system only checks for a
C compiler and not a C++ compiler]

Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2013-07-28 15:37:23 +02:00

15 lines
365 B
Makefile

################################################################################
#
# libiqrf
#
################################################################################
LIBIQRF_VERSION = v0.1.2
LIBIQRF_SITE = http://github.com/nandra/libiqrf/tarball/$(LIBIQRF_VERSION)
LIBIQRF_INSTALL_STAGING = YES
LIBIQRF_DEPENDENCIES = libusb
$(eval $(cmake-package))