aboutsummaryrefslogtreecommitdiffstats
path: root/packages/loudmouth
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2005-10-10 11:51:47 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-10-10 11:51:47 +0000
commitfeecf77b449aa8189d5799aba4c393f46b29ed11 (patch)
tree6697a80c15a3bede91219e00714b595afcaa9eb7 /packages/loudmouth
parent88e8a22ae2d768af55eec5b2e4d7272789ed5542 (diff)
downloadopenembedded-feecf77b449aa8189d5799aba4c393f46b29ed11.tar.gz
loudmouth: add 1.0.1
Diffstat (limited to 'packages/loudmouth')
-rw-r--r--packages/loudmouth/.mtn2git_empty0
-rw-r--r--packages/loudmouth/loudmouth_1.0.1.bb12
2 files changed, 12 insertions, 0 deletions
diff --git a/packages/loudmouth/.mtn2git_empty b/packages/loudmouth/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/loudmouth/.mtn2git_empty
diff --git a/packages/loudmouth/loudmouth_1.0.1.bb b/packages/loudmouth/loudmouth_1.0.1.bb
new file mode 100644
index 0000000000..32cf9156fc
--- /dev/null
+++ b/packages/loudmouth/loudmouth_1.0.1.bb
@@ -0,0 +1,12 @@
+LICENSE = "LGPL"
+DEPENDS = "glib-2.0 gnutls"
+MAINTAINER = "Koen Kooi <koen@handhelds.org>"
+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
+}