tinc: Recipe for 1.0.9
[openembedded/mini2440.git] / recipes / gnet / gnet_svn.bb
blobc09b7f8b9cc73c085a5c14aca4f620e771cc1099
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 PV = "2.0.7+svn${SRCDATE}"
8 SRC_URI = "svn://svn.gnome.org/svn/${PN}/;module=trunk \
9 file://buildfix.patch;patch=1"
11 S = "${WORKDIR}/trunk"
13 EXTRA_OECONF = "--disable-pthreads"
15 FILES_${PN}-dev += "${libdir}/gnet-2.0"
17 inherit autotools pkgconfig
19 do_stage() {
20 autotools_stage_all