aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnet/gnet_cvs.bb
blob: 08cc5c0890e650f87d00cb2758a74d561517ba89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
DESCRIPTION = "GNet is a simple network library. It is written in C, object-oriented, and built upon GLib."
LICENSE = "LGPL"
SECTION = "libs/network"
HOMEPAGE = "http://www.gnetlibrary.org"
DEPENDS = "glib-2.0"
PV = "2.0.7+cvs${SRCDATE}"

SRC_URI = "cvs://anonymous@anoncvs.gnome.org/cvs/gnome;module=gnet \
           file://buildfix.patch"
S = "${WORKDIR}/gnet"

EXTRA_OECONF =	"--disable-pthreads"

inherit autotools pkgconfig