summaryrefslogtreecommitdiffstats
path: root/meta/packages/loudmouth/loudmouth_1.1.1.bb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2007-04-24 13:14:19 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2007-04-24 13:14:19 +0000
commit43dace159ae76e05df3f2b43deebc0d4d3b0cde1 (patch)
tree6a18c597fcc1b1f0fa92447ddb6a4810b07a86bd /meta/packages/loudmouth/loudmouth_1.1.1.bb
parent71d13b7efcb1cde12ca6c305d395e81eb04fe12b (diff)
downloadpoky-43dace159ae76e05df3f2b43deebc0d4d3b0cde1.tar.gz
loudmouth: update to 1.1.1 (from OE)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1543 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/loudmouth/loudmouth_1.1.1.bb')
-rw-r--r--meta/packages/loudmouth/loudmouth_1.1.1.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/packages/loudmouth/loudmouth_1.1.1.bb b/meta/packages/loudmouth/loudmouth_1.1.1.bb
new file mode 100644
index 0000000000..7df03251ba
--- /dev/null
+++ b/meta/packages/loudmouth/loudmouth_1.1.1.bb
@@ -0,0 +1,11 @@
1LICENSE = "LGPL"
2DEPENDS = "glib-2.0 gnutls check"
3DESCRIPTION = "Loudmouth is a lightweight and easy-to-use C library for programming with the Jabber protocol."
4
5SRC_URI = "http://ftp.imendio.com/pub/imendio/${PN}/src/${PN}-${PV}.tar.gz"
6
7inherit autotools pkgconfig
8
9do_stage() {
10 autotools_stage_all
11}