661fa960f4044fc8182ea5a99edc4545acaef032
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / liburiparser / liburiparser.mk
1 ################################################################################
2 #
3 # liburiparser
4 #
5 ################################################################################
6
7 LIBURIPARSER_VERSION = 0.8.1
8 LIBURIPARSER_SOURCE = uriparser-$(LIBURIPARSER_VERSION).tar.bz2
9 LIBURIPARSER_SITE = http://sourceforge.net/projects/uriparser/files/Sources/$(LIBURIPARSER_VERSION)
10 LIBURIPARSER_LICENSE = BSD-3c
11 LIBURIPARSER_LICENSE_FILES = COPYING
12 LIBURIPARSER_INSTALL_STAGING = YES
13 LIBURIPARSER_CONF_OPTS = --disable-test
14
15 ifeq ($(BR2_USE_WCHAR),)
16 LIBURIPARSER_CONF_OPTS += --disable-wchar_t
17 endif
18
19 $(eval $(autotools-package))