buildroot/package/libiqrf/libiqrf.mk
Fabrice Fontaine 062e5d8a65 package/libiqrf: add license file
Add license file and, while at it, update indentation to two spaces

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2020-11-10 08:29:37 +01:00

15 lines
415 B
Makefile

################################################################################
#
# libiqrf
#
################################################################################
LIBIQRF_VERSION = 0.1.2
LIBIQRF_SITE = $(call github,nandra,libiqrf,v$(LIBIQRF_VERSION))
LIBIQRF_INSTALL_STAGING = YES
LIBIQRF_DEPENDENCIES = libusb
LIBIQRF_LICENSE = LGPL-2.1+
LIBIQRF_LICENSE_FILES = src/iqrf.c
$(eval $(cmake-package))