summaryrefslogtreecommitdiffstats
path: root/package/libiqrf/libiqrf.mk
blob: 0592762819caeb1803232da1c96223dbaa351d7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#############################################################
#
# 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))