8dfd59d114
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 lines
369 B
Makefile
15 lines
369 B
Makefile
################################################################################
|
|
#
|
|
# libiqrf
|
|
#
|
|
################################################################################
|
|
|
|
LIBIQRF_VERSION = v0.1.0
|
|
LIBIQRF_SITE = http://github.com/nandra/libiqrf/tarball/$(LIBIQRF_VERSION)
|
|
LIBIQRF_INSTALL_STAGING = YES
|
|
|
|
LIBIQRF_DEPENDENCIES = libusb
|
|
|
|
$(eval $(autotools-package))
|
|
|