diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2007-07-12 15:19:14 +0000 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2007-07-12 15:19:14 +0000 |
commit | f1bfc57bc6f847b6848c90e995070c8a2832b708 (patch) | |
tree | bcf9d703447f825e33194ee9d4814bb1cc4064a0 /packages/gnet | |
parent | a17dbe910a0394ae6ad77a013030b1869c4b82df (diff) |
gnet: Add svn version instead of CVS one. Add necessary site file bits.
Diffstat (limited to 'packages/gnet')
-rw-r--r-- | packages/gnet/gnet_svn.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/packages/gnet/gnet_svn.bb b/packages/gnet/gnet_svn.bb new file mode 100644 index 0000000000..c09b7f8b9c --- /dev/null +++ b/packages/gnet/gnet_svn.bb @@ -0,0 +1,21 @@ +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+svn${SRCDATE}" + +SRC_URI = "svn://svn.gnome.org/svn/${PN}/;module=trunk \ + file://buildfix.patch;patch=1" + +S = "${WORKDIR}/trunk" + +EXTRA_OECONF = "--disable-pthreads" + +FILES_${PN}-dev += "${libdir}/gnet-2.0" + +inherit autotools pkgconfig + +do_stage() { + autotools_stage_all +} |