diff options
author | Koen Kooi <koen@openembedded.org> | 2007-04-30 08:37:55 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-04-30 08:37:55 +0000 |
commit | 8b223dd25135e6fba144ee9143e080af745e9a4d (patch) | |
tree | 597b018672e1bc542c7535a147ea25475caac40e /packages | |
parent | 4e41c15ae2e5b1a6faae3806faf7f75cade38238 (diff) |
loudmouth: update to 1.2.2
Diffstat (limited to 'packages')
-rw-r--r-- | packages/loudmouth/loudmouth_1.2.2.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/loudmouth/loudmouth_1.2.2.bb b/packages/loudmouth/loudmouth_1.2.2.bb new file mode 100644 index 0000000000..d8f519b611 --- /dev/null +++ b/packages/loudmouth/loudmouth_1.2.2.bb @@ -0,0 +1,12 @@ +DESCRIPTION = "Loudmouth is a lightweight and easy-to-use C library for programming with the Jabber protocol." +HOMEPAGE = "http://www.loudmouth-project.org/" +LICENSE = "LGPL" +DEPENDS = "glib-2.0 gnutls check" + +SRC_URI = "http://ftp.imendio.com/pub/imendio/${PN}/src/${PN}-${PV}.tar.gz" + +inherit autotools pkgconfig + +do_stage() { + autotools_stage_all +} |