aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/upnp/gssdp_0.6.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/upnp/gssdp_0.6.3.bb')
-rw-r--r--recipes/upnp/gssdp_0.6.3.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/upnp/gssdp_0.6.3.bb b/recipes/upnp/gssdp_0.6.3.bb
new file mode 100644
index 0000000000..034d2f5fe3
--- /dev/null
+++ b/recipes/upnp/gssdp_0.6.3.bb
@@ -0,0 +1,14 @@
+LICENSE = "LGPL"
+DEPENDS = "glib-2.0 libsoup-2.4 libglade"
+
+SRC_URI = "http://gupnp.org/sources/${PN}/${PN}-${PV}.tar.gz"
+
+inherit autotools pkgconfig
+
+PACKAGES =+ "gssdp-tools"
+
+FILES_gssdp-tools = "${bindir}/gssdp* ${datadir}/gssdp/*.glade"
+
+do_stage() {
+ autotools_stage_all
+}