From 38a94e6cb8f772f29ebf8e25e1fe5cb34711d324 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Wed, 7 Feb 2007 10:04:04 +0000 Subject: gpephone: add recipes from http://linuxtogo.org/~florian/gpepe/ * They still need to be run through oe-stylize.py * things like linphone need to get merged with their original counterparts in OE --- packages/gpephone/gloox_0.8.1.bb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 packages/gpephone/gloox_0.8.1.bb (limited to 'packages/gpephone/gloox_0.8.1.bb') diff --git a/packages/gpephone/gloox_0.8.1.bb b/packages/gpephone/gloox_0.8.1.bb new file mode 100644 index 0000000000..e6d6e509c7 --- /dev/null +++ b/packages/gpephone/gloox_0.8.1.bb @@ -0,0 +1,15 @@ +LICENSE = "GPL" +DESCRIPTION = "full-featured Jabber/XMPP client library." +SECTION = "networking" +PRIORITY = "optional" +PR = "r0" + +DEPENDS = "iksemel libidn gnutls" + +inherit autotools pkgconfig + +SRC_URI = "http://camaya.net/download/${P}.tar.bz2" + +do_stage () { + autotools_stage_all +} -- cgit v1.2.3