libdmx: Add fso-specs to DEPENDS
[openembedded.git] / recipes / gnet / gnet_svn.bb
blob8132ab51c4128c8520868c64efe7d19a8e1fd19b
1 DESCRIPTION = "GNet is a simple network library. It is written in C, object-oriented, and built upon GLib."
2 LICENSE = "LGPL"
3 SECTION = "libs/network"
4 HOMEPAGE = "http://www.gnetlibrary.org"
5 DEPENDS = "glib-2.0"
6 SRCREV = "495"
7 PV = "2.0.7+svnr${SRCPV}"
8 PR = "r1"
10 SRC_URI = "svn://svn.gnome.org/svn/${PN}/;module=trunk;proto=http \
11 file://buildfix.patch;patch=1 \
12 file://configure_fix.patch;patch=1 \
13 file://pkgconfig_fix.patch;patch=1 "
15 S = "${WORKDIR}/trunk"
17 EXTRA_OECONF = "--disable-pthreads"
19 FILES_${PN}-dev += "${libdir}/gnet-2.0"
21 inherit autotools_stage pkgconfig