diff options
author | Koen Kooi <koen@openembedded.org> | 2008-08-31 13:13:25 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-08-31 13:13:25 +0000 |
commit | 90fcfa9df01c6020f8f5fb8480a2332a7b7d3989 (patch) | |
tree | c1723e390a314fe10a4fd88e4df30a769c017914 /packages/loudmouth | |
parent | fd22c89450b08a917c2ae373d6ee837bef8a8e6c (diff) |
loudmouth: update to 1.3.2
Diffstat (limited to 'packages/loudmouth')
-rw-r--r-- | packages/loudmouth/loudmouth_1.3.2.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/loudmouth/loudmouth_1.3.2.bb b/packages/loudmouth/loudmouth_1.3.2.bb new file mode 100644 index 0000000000..d8f519b611 --- /dev/null +++ b/packages/loudmouth/loudmouth_1.3.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 +} |