summaryrefslogtreecommitdiff
path: root/meta/packages/loudmouth/loudmouth_1.4.0.bb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2008-07-21 09:44:11 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2008-07-21 09:44:11 +0000
commit2e56dd0a0038c26a2b83709dfe8c9246120b3612 (patch)
tree4dc4afe8e7b56952292ccedd24c7e3fcf4806366 /meta/packages/loudmouth/loudmouth_1.4.0.bb
parentc731df873ba21c08c58656565b8c3a167f9cff3e (diff)
downloadopenembedded-core-2e56dd0a0038c26a2b83709dfe8c9246120b3612.tar.gz
openembedded-core-2e56dd0a0038c26a2b83709dfe8c9246120b3612.tar.bz2
openembedded-core-2e56dd0a0038c26a2b83709dfe8c9246120b3612.tar.xz
openembedded-core-2e56dd0a0038c26a2b83709dfe8c9246120b3612.zip
loudmouth: upgraded to 1.4.0
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4907 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/loudmouth/loudmouth_1.4.0.bb')
-rw-r--r--meta/packages/loudmouth/loudmouth_1.4.0.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/packages/loudmouth/loudmouth_1.4.0.bb b/meta/packages/loudmouth/loudmouth_1.4.0.bb
new file mode 100644
index 000000000..b50ca6adb
--- /dev/null
+++ b/meta/packages/loudmouth/loudmouth_1.4.0.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.bz2"
+
+inherit autotools pkgconfig
+
+do_stage() {
+ autotools_stage_all
+}