diff options
author | Koen Kooi <koen@openembedded.org> | 2007-03-14 15:12:48 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-03-14 15:12:48 +0000 |
commit | feaead134ee6a814b7802cc6a42590cdbdfb4ea5 (patch) | |
tree | d9932754c09f8cd4167773a0abf5c3253562b10f /packages/loudmouth | |
parent | 9786a54c79e5f9ec7d987896643443bb04d93a54 (diff) |
loudmouth: pdate to 1.1.1
Diffstat (limited to 'packages/loudmouth')
-rw-r--r-- | packages/loudmouth/loudmouth_1.1.1.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/loudmouth/loudmouth_1.1.1.bb b/packages/loudmouth/loudmouth_1.1.1.bb new file mode 100644 index 0000000000..7df03251ba --- /dev/null +++ b/packages/loudmouth/loudmouth_1.1.1.bb @@ -0,0 +1,11 @@ +LICENSE = "LGPL" +DEPENDS = "glib-2.0 gnutls check" +DESCRIPTION = "Loudmouth is a lightweight and easy-to-use C library for programming with the Jabber protocol." + +SRC_URI = "http://ftp.imendio.com/pub/imendio/${PN}/src/${PN}-${PV}.tar.gz" + +inherit autotools pkgconfig + +do_stage() { + autotools_stage_all +} |