blob: d5e93c400092a406f1fd1203a8aff03716008ac2 (
plain)
1
2
3
4
5
6
7
8
9
10
|
DESCRIPTION = "GNet is a simple network library. It is written in C, object-oriented, and built upon GLib."
LICENSE = "LGPL"
HOMEPAGE = "http://www.gnetlibrary.org/"
SRC_URI = "http://www.gnetlibrary.org/src/gnet-2.0.7.tar.gz"
DEPENDS = "glib-2.0"
EXTRA_OECONF = "--disable-pthreads"
inherit pkgconfig autotools
|