aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/upnp/gupnp_0.13.1.bb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2010-01-18 20:44:58 +0100
committerMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2010-01-18 20:48:40 +0100
commit331054c3af13da07330d1ea7f33042f6a9a25469 (patch)
treea9ece17fcf819a2fbb5400bec74856b677573eb5 /recipes/upnp/gupnp_0.13.1.bb
parentc82529d1b965189ac4d60d0302dd1644f7bc2c8e (diff)
downloadopenembedded-331054c3af13da07330d1ea7f33042f6a9a25469.tar.gz
gupnp: added 0.13.1
Diffstat (limited to 'recipes/upnp/gupnp_0.13.1.bb')
-rw-r--r--recipes/upnp/gupnp_0.13.1.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/upnp/gupnp_0.13.1.bb b/recipes/upnp/gupnp_0.13.1.bb
new file mode 100644
index 0000000000..6de14b9b16
--- /dev/null
+++ b/recipes/upnp/gupnp_0.13.1.bb
@@ -0,0 +1,16 @@
+LICENSE = "LGPL"
+DEPENDS = "e2fsprogs gssdp libsoup-2.4 libxml2 gtk-doc-native libgee"
+
+SRC_URI = "http://gupnp.org/sources/${PN}/${PN}-${PV}.tar.gz \
+ file://nodoc.patch;patch=1"
+
+inherit autotools_stage pkgconfig
+
+EXTRA_OECONF = "--disable-gtk-doc"
+
+FILES_${PN} = "${libdir}/*.so.*"
+FILES_${PN}-dev += "${bindir}/gupnp-binding-tool"
+
+do_stage_append () {
+ install ${S}/tools/gupnp-binding-tool ${STAGING_BINDIR_NATIVE}
+}