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.0.bb | |
parent | f2b4d6f1e10d7d7b48824d66eb83b1a23515476d (diff) |
tapioca: update to something more recent
Diffstat (limited to 'packages/tapioca/tapioca-xmpp_0.3.0.bb')
-rw-r--r-- | packages/tapioca/tapioca-xmpp_0.3.0.bb | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/packages/tapioca/tapioca-xmpp_0.3.0.bb b/packages/tapioca/tapioca-xmpp_0.3.0.bb deleted file mode 100644 index bd85743b00..0000000000 --- a/packages/tapioca/tapioca-xmpp_0.3.0.bb +++ /dev/null @@ -1,13 +0,0 @@ -PR = "r1" -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 -} |