diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-04-24 13:14:19 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-04-24 13:14:19 +0000 |
commit | 43dace159ae76e05df3f2b43deebc0d4d3b0cde1 (patch) | |
tree | 6a18c597fcc1b1f0fa92447ddb6a4810b07a86bd /meta/packages/loudmouth/loudmouth_1.1.1.bb | |
parent | 71d13b7efcb1cde12ca6c305d395e81eb04fe12b (diff) | |
download | poky-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.bb | 11 |
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 @@ | |||
1 | LICENSE = "LGPL" | ||
2 | DEPENDS = "glib-2.0 gnutls check" | ||
3 | DESCRIPTION = "Loudmouth is a lightweight and easy-to-use C library for programming with the Jabber protocol." | ||
4 | |||
5 | SRC_URI = "http://ftp.imendio.com/pub/imendio/${PN}/src/${PN}-${PV}.tar.gz" | ||
6 | |||
7 | inherit autotools pkgconfig | ||
8 | |||
9 | do_stage() { | ||
10 | autotools_stage_all | ||
11 | } | ||