aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gnet/gnet_cvs.bb
blob: 28b9f1e2e3d95b6a61ae9c87327679639ff3e5f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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;patch=1"
S = "${WORKDIR}/gnet"

EXTRA_OECONF =	"--disable-pthreads"

inherit autotools pkgconfig