blob: 0cc4a3a226dcd97e762cc0ee34b6d99a9983ce41 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001SUMMARY = "Helpers for interacting with Internet Gateway Devices over UPnP"
2LICENSE = "LGPLv2"
3LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \
4 file://libgupnp-igd/gupnp-simple-igd.c;beginline=1;endline=21;md5=aa292c0d9390463a6e1055dc5fc68e80"
5
6DEPENDS = "glib-2.0 gupnp sqlite3"
7
8SRC_URI = "http://download.gnome.org/sources/${BPN}/0.2/${BPN}-${PV}.tar.xz"
9SRC_URI[md5sum] = "f881323304185c02634034e3bda714ba"
10SRC_URI[sha256sum] = "73b6a98a0f13b29b34c3bfc07f99f78b1319211cb95a8585752873af2b9067d3"
11
12inherit autotools pkgconfig gtk-doc gobject-introspection
13
14EXTRA_OECONF = "--disable-python"