loudmouth: add 1.0.1
authorKoen Kooi <koen@openembedded.org>
Mon, 10 Oct 2005 11:51:47 +0000 (11:51 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Mon, 10 Oct 2005 11:51:47 +0000 (11:51 +0000)
packages/loudmouth/.mtn2git_empty [new file with mode: 0644]
packages/loudmouth/loudmouth_1.0.1.bb [new file with mode: 0644]

diff --git a/packages/loudmouth/.mtn2git_empty b/packages/loudmouth/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/loudmouth/loudmouth_1.0.1.bb b/packages/loudmouth/loudmouth_1.0.1.bb
new file mode 100644 (file)
index 0000000..32cf915
--- /dev/null
@@ -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
+}