summaryrefslogtreecommitdiffstats
path: root/package/libiqrf/libiqrf.mk
blob: 4cf1541ca2d8917ea157951e05f2edc047d49f92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#############################################################
#
# libiqrf library
#
#############################################################

LIBIQRF_VERSION = v0.1.0
LIBIQRF_SITE = git://github.com/nandra/libiqrf.git
LIBIQRF_INSTALL_STAGING = YES

LIBIQRF_DEPENDENCIES = libusb

$(eval $(autotools-package))