diff options
author | Koen Kooi <koen@openembedded.org> | 2009-07-01 13:35:23 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-07-01 13:35:23 +0200 |
commit | ae63c8ef498264dafb698bf328df8a666e6356cb (patch) | |
tree | 88faddd0f2a522544a85c7bf81f59a600524da11 | |
parent | 851c0b4629ffcfbe4aacb91297c9cee80db9c2de (diff) |
loudmouth: add 1.4.3
-rw-r--r-- | conf/checksums.ini | 4 | ||||
-rw-r--r-- | recipes/loudmouth/loudmouth_1.4.3.bb | 12 |
2 files changed, 16 insertions, 0 deletions
diff --git a/conf/checksums.ini b/conf/checksums.ini index 53bbf64ddb..4dae8d5f4f 100644 --- a/conf/checksums.ini +++ b/conf/checksums.ini @@ -15782,6 +15782,10 @@ sha256=361a2861a5cd5bc7bd3320b60165c3bede06056ade7d75ab370d13a6b203d629 md5=d9504bb4251d4e5b32cb379debda634d sha256=67cad76c18a138b9b55bf6ff88a5796128371cf9339b3761b36f79fb4e7459d7 +[http://ftp.imendio.com/pub/imendio/loudmouth/src/loudmouth-1.4.3.tar.gz] +md5=7ca8bf7c2313d7b7f27088c373d195e2 +sha256=db252747e974b6be3e31d1b11089dc6aec3780989083df9bd75d76ddae7fb613 + [http://www.bplan-gmbh.org/data/toshiba/topas/linux/2.6.26.5/lowlevel_topas910.tar.bz2] md5=3959ea1a2acaae196173b0283541c428 sha256=b1f136a1d89daa4b1b9711eb81ad120b53c9357d159f262021b84ef8c9d128be diff --git a/recipes/loudmouth/loudmouth_1.4.3.bb b/recipes/loudmouth/loudmouth_1.4.3.bb new file mode 100644 index 0000000000..d8f519b611 --- /dev/null +++ b/recipes/loudmouth/loudmouth_1.4.3.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.gz" + +inherit autotools pkgconfig + +do_stage() { + autotools_stage_all +} |