tinc: Recipe for 1.0.9
[openembedded/mini2440.git] / recipes / gnet / gnet_cvs.bb
blobb36df17c18e0ea3e036c8da2f3367c6699d38058
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+cvs${SRCDATE}"
8 SRC_URI = "cvs://anonymous@anoncvs.gnome.org/cvs/gnome;module=gnet \
9 file://buildfix.patch;patch=1"
10 S = "${WORKDIR}/gnet"
12 EXTRA_OECONF = "--disable-pthreads"
14 inherit autotools pkgconfig
16 do_stage() {
17 autotools_stage_all