diff options
author | Koen Kooi <koen@openembedded.org> | 2007-02-05 15:42:41 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-02-05 15:42:41 +0000 |
commit | 2d7e7fe442f390dcdf64105ef78a124c9082e1b1 (patch) | |
tree | 9b442b0aa91b68484b7c51aa43347b0bc4325f06 /packages/tapioca/tapioca-xmpp_0.3.9.bb | |
parent | f2b4d6f1e10d7d7b48824d66eb83b1a23515476d (diff) |
tapioca: update to something more recent
Diffstat (limited to 'packages/tapioca/tapioca-xmpp_0.3.9.bb')
-rw-r--r-- | packages/tapioca/tapioca-xmpp_0.3.9.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/tapioca/tapioca-xmpp_0.3.9.bb b/packages/tapioca/tapioca-xmpp_0.3.9.bb new file mode 100644 index 0000000000..1d9e02f7d6 --- /dev/null +++ b/packages/tapioca/tapioca-xmpp_0.3.9.bb @@ -0,0 +1,12 @@ +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* ${datadir}/tapioca* " + +do_stage () { + autotools_stage_all +} |