diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-03-14 16:33:48 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-03-14 16:33:48 +0000 |
commit | 589dd7d9f52a33250a9cbc2076558c5a248513bf (patch) | |
tree | f8c547c44944ea6db8a4a7f5db7b244c366b3424 /packages | |
parent | c7b227a3da9c05a1fd9a6f2f4149794c63fa1e18 (diff) | |
parent | feaead134ee6a814b7802cc6a42590cdbdfb4ea5 (diff) |
merge of '820eb34bc4a417691a71d40bf2d2ae059cf1fccd'
and '92449623bd54f49417182496d1ad89e697de0505'
Diffstat (limited to 'packages')
-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 +} |