diff options
author | Chris Lord <chris@openedhand.com> | 2005-09-29 11:34:31 +0000 |
---|---|---|
committer | Chris Lord <chris@openedhand.com> | 2005-09-29 11:34:31 +0000 |
commit | 16d78a9198cca1241620d9a5573adaa091a721ac (patch) | |
tree | fa66d49338ac34b5a7c1dacfe318256cb9697d1e /openembedded/packages/loudmouth | |
parent | 137a62913c0ba65b4eba3fac600d6f2c05169501 (diff) | |
download | openembedded-core-16d78a9198cca1241620d9a5573adaa091a721ac.tar.gz openembedded-core-16d78a9198cca1241620d9a5573adaa091a721ac.tar.bz2 openembedded-core-16d78a9198cca1241620d9a5573adaa091a721ac.zip |
Add gnutls and loudmouth
git-svn-id: https://svn.o-hand.com/repos/poky@62 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/loudmouth')
-rwxr-xr-x | openembedded/packages/loudmouth/loudmouth_1.0.1.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/openembedded/packages/loudmouth/loudmouth_1.0.1.bb b/openembedded/packages/loudmouth/loudmouth_1.0.1.bb new file mode 100755 index 0000000000..a9264e0b75 --- /dev/null +++ b/openembedded/packages/loudmouth/loudmouth_1.0.1.bb @@ -0,0 +1,9 @@ +LICENSE = "LGPL" +DEPENDS = "glib-2.0 gnutls" +MAINTAINER = "Chris Lord <chris@openedhand.com>" +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 + |