The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / libupnp / libupnp.mk
1 ################################################################################
2 #
3 # libupnp
4 #
5 ################################################################################
6
7 LIBUPNP_VERSION = 1.6.19
8 LIBUPNP_SOURCE = libupnp-$(LIBUPNP_VERSION).tar.bz2
9 LIBUPNP_SITE = http://downloads.sourceforge.net/project/pupnp/pupnp/libUPnP%20$(LIBUPNP_VERSION)
10 LIBUPNP_CONF_ENV = ac_cv_lib_compat_ftime=no
11 LIBUPNP_INSTALL_STAGING = YES
12 LIBUPNP_LICENSE = BSD-3c
13 LIBUPNP_LICENSE_FILES = LICENSE
14
15 $(eval $(autotools-package))