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
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/libupnp/libupnp.mk b/cirros-testvm/src-cirros/buildroot-2015.05/package/libupnp/libupnp.mk
new file mode 100644 (file)
index 0000000..48233b6
--- /dev/null
@@ -0,0 +1,15 @@
+################################################################################
+#
+# libupnp
+#
+################################################################################
+
+LIBUPNP_VERSION = 1.6.19
+LIBUPNP_SOURCE = libupnp-$(LIBUPNP_VERSION).tar.bz2
+LIBUPNP_SITE = http://downloads.sourceforge.net/project/pupnp/pupnp/libUPnP%20$(LIBUPNP_VERSION)
+LIBUPNP_CONF_ENV = ac_cv_lib_compat_ftime=no
+LIBUPNP_INSTALL_STAGING = YES
+LIBUPNP_LICENSE = BSD-3c
+LIBUPNP_LICENSE_FILES = LICENSE
+
+$(eval $(autotools-package))