summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/loudmouth
diff options
context:
space:
mode:
authorChris Lord <chris@openedhand.com>2005-09-29 11:34:31 +0000
committerChris Lord <chris@openedhand.com>2005-09-29 11:34:31 +0000
commit16d78a9198cca1241620d9a5573adaa091a721ac (patch)
treefa66d49338ac34b5a7c1dacfe318256cb9697d1e /openembedded/packages/loudmouth
parent137a62913c0ba65b4eba3fac600d6f2c05169501 (diff)
downloadpoky-16d78a9198cca1241620d9a5573adaa091a721ac.tar.gz
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-xopenembedded/packages/loudmouth/loudmouth_1.0.1.bb9
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 @@
1LICENSE = "LGPL"
2DEPENDS = "glib-2.0 gnutls"
3MAINTAINER = "Chris Lord <chris@openedhand.com>"
4DESCRIPTION = "Loudmouth is a lightweight and easy-to-use C library for programming with the Jabber protocol."
5
6SRC_URI = "http://ftp.imendio.com/pub/imendio/${PN}/src/${PN}-${PV}.tar.gz"
7
8inherit autotools pkgconfig
9