aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/upnp/gupnp_0.12.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/upnp/gupnp_0.12.4.bb')
-rw-r--r--recipes/upnp/gupnp_0.12.4.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/upnp/gupnp_0.12.4.bb b/recipes/upnp/gupnp_0.12.4.bb
new file mode 100644
index 0000000000..e1a0206d90
--- /dev/null
+++ b/recipes/upnp/gupnp_0.12.4.bb
@@ -0,0 +1,14 @@
+LICENSE = "LGPL"
+DEPENDS = "e2fsprogs gssdp libsoup-2.4 libxml2"
+
+SRC_URI = "http://gupnp.org/sources/${PN}/${PN}-${PV}.tar.gz"
+
+inherit autotools pkgconfig
+
+do_stage() {
+ autotools_stage_all
+}
+
+
+FILES_${PN} = "${libdir}/*.so.*"
+FILES_${PN}-dev += "${bindir}/gupnp-binding-tool"