[Lunar-commits] <moonbase> shared-desktop-ontologies: Adding to moonbase. It will be a depends for kdelibs-4.4
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Tue Dec 8 13:47:00 CET 2009
commit ad02f01ab6e82a44ce280e98fdc0abfe7115d696
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Tue Dec 8 07:47:00 2009 -0500
shared-desktop-ontologies: Adding to moonbase. It will be a depends for kdelibs-4.4
when it gets here.
---
utils/shared-desktop-ontologies/BUILD | 15 +++++++++++++++
utils/shared-desktop-ontologies/DETAILS | 16 ++++++++++++++++
2 files changed, 31 insertions(+), 0 deletions(-)
diff --git a/utils/shared-desktop-ontologies/BUILD b/utils/shared-desktop-ontologies/BUILD
new file mode 100644
index 0000000..d8ecdcd
--- /dev/null
+++ b/utils/shared-desktop-ontologies/BUILD
@@ -0,0 +1,15 @@
+(
+
+ 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/utils/shared-desktop-ontologies/DETAILS b/utils/shared-desktop-ontologies/DETAILS
new file mode 100644
index 0000000..ba2753a
--- /dev/null
+++ b/utils/shared-desktop-ontologies/DETAILS
@@ -0,0 +1,16 @@
+ MODULE=shared-desktop-ontologies
+ VERSION=0.2
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=$SFORGE_URL/oscaf/$MODULE/$VERSION/
+ SOURCE_VFY=sha1:f8af6674dc84d2cc51ef24b4ae8ffab15e03739c
+ WEB_SITE=http://sourceforge.net/apps/trac/oscaf/
+ ENTERED=20091208
+ UPDATED=20091208
+ SHORT="ontologies and reference code"
+
+cat << EOF
+Open Semantic Collaboration Architecture Foundation (OSCAF) ontologies and
+reference code development. This project is used maintainers from open source
+projects to maintain standards for the interoperability of desktop and web
+applications.
+EOF
More information about the Lunar-commits
mailing list