summaryrefslogtreecommitdiffstats
path: root/recipes/gnet/gnet_cvs.bb
blob: b36df17c18e0ea3e036c8da2f3367c6699d38058 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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

do_stage() {
	autotools_stage_all
}