062e5d8a65
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>
15 lines
415 B
Makefile
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))
|