[Lunar-commits] tapioca-qt: an optional depends for kdenetwork4.

Dennis 'stumbles' Veatch stumbles at lunar-linux.org
Sat Jan 12 21:29:36 CET 2008


commit 153a26f70aea13904cdce8d15ef042e92041a335
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date:   Sat Jan 12 15:29:36 2008 -0500

    tapioca-qt: an optional depends for kdenetwork4.
---
 qt4-apps/tapioca-qt/BUILD   |    9 +++++++++
 qt4-apps/tapioca-qt/DEPENDS |    2 ++
 qt4-apps/tapioca-qt/DETAILS |   27 +++++++++++++++++++++++++++
 3 files changed, 38 insertions(+), 0 deletions(-)

diff --git a/qt4-apps/tapioca-qt/BUILD b/qt4-apps/tapioca-qt/BUILD
new file mode 100644
index 0000000..9d81dbf
--- /dev/null
+++ b/qt4-apps/tapioca-qt/BUILD
@@ -0,0 +1,9 @@
+(
+
+  source /etc/profile.d/qt4.rc &&
+
+  cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX &&
+
+  default_make
+
+) > $C_FIFO 2>&1
diff --git a/qt4-apps/tapioca-qt/DEPENDS b/qt4-apps/tapioca-qt/DEPENDS
new file mode 100644
index 0000000..c26efd8
--- /dev/null
+++ b/qt4-apps/tapioca-qt/DEPENDS
@@ -0,0 +1,2 @@
+depends qt4
+depends telepathy-qt
diff --git a/qt4-apps/tapioca-qt/DETAILS b/qt4-apps/tapioca-qt/DETAILS
new file mode 100644
index 0000000..2f65703
--- /dev/null
+++ b/qt4-apps/tapioca-qt/DETAILS
@@ -0,0 +1,27 @@
+          MODULE=tapioca-qt
+         VERSION=0.14.1
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=$SFORGE_URL/tapioca-voip
+      SOURCE_VFY=sha1:37814550cf8b5071e733378011656ee38cb6211c
+   MODULE_PREFIX=${QT4_PREFIX:-/opt/lunar/qt/4}
+        WEB_SITE=http://tapioca-voip.sourceforge.net/wiki/index.php/Tapioca
+         ENTERED=20080112
+         UPDATED=20080112
+           SHORT="convenience libraries to easily integrate VoIP and IM"
+
+cat << EOF
+The Tapioca project provides a set of convenience libraries to easily integrate
+VoIP and IM in your application, or even write new ones.
+
+Tapioca follows the standard defined by the Telepathy project and therefore, 
+operates seamlessly with its connection managers and other software that follows
+it as well.
+
+With Tapioca you can connect to SIP, Jabber, MSN, IRC and other connection 
+managers that are compliant with the Telepathy specification. Integrate VoIP and 
+IM in your application using your favorite programming language with just a few 
+lines of code, and without having to concern about protocol implementations.
+
+Tapioca provides convenience libraries for Glib, Qt, C# and Python, for 
+client-side application development. 
+EOF


More information about the Lunar-commits mailing list