[Lunar-commits] <moonbase> attica: Adding to moonbase. Will be an optional_depends for kde-4.4.x
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Mon Dec 14 11:38:16 CET 2009
commit e81ecb90653d03294ac5709f8ee468a5325c3498
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Mon Dec 14 05:38:16 2009 -0500
attica: Adding to moonbase. Will be an optional_depends for kde-4.4.x
---
libs/attica/BUILD | 13 +++++++++++++
libs/attica/DEPENDS | 2 ++
libs/attica/DETAILS | 19 +++++++++++++++++++
3 files changed, 34 insertions(+), 0 deletions(-)
diff --git a/libs/attica/BUILD b/libs/attica/BUILD
new file mode 100644
index 0000000..4f975d5
--- /dev/null
+++ b/libs/attica/BUILD
@@ -0,0 +1,13 @@
+(
+
+ OOTB_DIR="$SOURCE_DIRECTORY/$MODULE-build" &&
+
+ mkdir $OOTB_DIR &&
+ cd $OOTB_DIR &&
+
+ cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \
+ -DCMAKE_BUILD_TYPE=RELEASE \
+ $OPTS &&
+ default_make
+
+) > $C_FIFO 2>&1
diff --git a/libs/attica/DEPENDS b/libs/attica/DEPENDS
new file mode 100644
index 0000000..a67e7a8
--- /dev/null
+++ b/libs/attica/DEPENDS
@@ -0,0 +1,2 @@
+depends cmake
+depends qt4
diff --git a/libs/attica/DETAILS b/libs/attica/DETAILS
new file mode 100644
index 0000000..9ffe300
--- /dev/null
+++ b/libs/attica/DETAILS
@@ -0,0 +1,19 @@
+ MODULE=attica
+ VERSION=0.1.0
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL[0]=ftp://ftp.kde.org/pub/kde/stable/attica/
+ SOURCE_VFY=sha1:cc22b4f46f8033fe5ceedd85e6a2e8611a6c4065
+ WEB_SITE=http://www.freedesktop.org/wiki/Specifications/open-collaboration-services
+ ENTERED=20091214
+ UPDATED=20091214
+ SHORT="implements the Open Collaboration Services"
+
+cat << EOF
+Attica is a Qt library that implements the Open Collaboration Services API version 1.4.
+The REST API is defined here:
+ http://www.freedesktop.org/wiki/Specifications/open-collaboration-services
+
+It grants easy access to the services such as querying information about persons and contents.
+The library is used in KNewStuff3 as content provider.
+In order to integrate with KDE's Plasma Desktop, a platform plugin exists in kdebase.
+EOF
More information about the Lunar-commits
mailing list