summaryrefslogtreecommitdiffstats
path: root/package/libupnp/libupnp.mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/libupnp/libupnp.mk')
-rw-r--r--package/libupnp/libupnp.mk13
1 files changed, 13 insertions, 0 deletions
diff --git a/package/libupnp/libupnp.mk b/package/libupnp/libupnp.mk
new file mode 100644
index 0000000000..9cd2e7f82f
--- /dev/null
+++ b/package/libupnp/libupnp.mk
@@ -0,0 +1,13 @@
+#############################################################
+#
+# libupnp
+#
+#############################################################
+LIBUPNP_VERSION:=1.6.6
+LIBUPNP_SOURCE:=libupnp-$(LIBUPNP_VERSION).tar.bz2
+LIBUPNP_SITE:=http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/pupnp
+
+LIBUPNP_INSTALL_STAGING:=YES
+LIBUPNP_INSTALL_TARGET_OPT:=DESTDIR=$(TARGET_DIR) install-strip
+
+$(eval $(call AUTOTARGETS,package,libupnp))
OpenPOWER on IntegriCloud