tapioca-xmpp: Add 0.3.0.
authorFlorian Boor <florian.boor@kernelconcepts.de>
Wed, 22 Mar 2006 16:26:28 +0000 (16:26 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Wed, 22 Mar 2006 16:26:28 +0000 (16:26 +0000)
packages/tapioca/tapioca-xmpp_0.3.0.bb [new file with mode: 0644]
packages/tapioca/tapioca_0.3.0.bb

diff --git a/packages/tapioca/tapioca-xmpp_0.3.0.bb b/packages/tapioca/tapioca-xmpp_0.3.0.bb
new file mode 100644 (file)
index 0000000..10a86e5
--- /dev/null
@@ -0,0 +1,10 @@
+PR = "r1"
+MAINTAINER = "Florian Boor <florian.boor@kernelconcepts.de>
+HOMEPAGE = "http://tapioca-voip.sourceforge.net/wiki/index.php/Tapioca"
+LICENSE = "LGPL"
+DEPENDS = "glib-2.0 dbus libjingle openssl tapioca"
+inherit autotools pkgconfig
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/tapioca-voip/${P}.tar.gz"
+
+FILES_${PN} += "${datadir}/dbus*"
index a3d7a93..e1b1ce1 100644 (file)
@@ -7,5 +7,8 @@ DEPENDS = "glib-2.0 dbus"
 inherit autotools pkgconfig
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/tapioca-voip/${P}.tar.gz"
-
 FILES_${PN} += "${datadir}/dbus*"
+
+do_stage () {
+       autotools_stage_all
+}