[Lunar-commits] <moonbase> libwbxml: Adding to moonbase. Will be an optional_depends for virtuoso.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Mon Feb 22 16:34:15 CET 2010
commit eb1490d66eb125c3bb017c6d2c183c22cdd49f28
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Mon Feb 22 10:34:15 2010 -0500
libwbxml: Adding to moonbase. Will be an optional_depends for virtuoso.
---
libs/libwbxml/BUILD | 14 ++++++++++++++
libs/libwbxml/CONFLICTS | 1 +
libs/libwbxml/DEPENDS | 1 +
libs/libwbxml/DETAILS | 14 ++++++++++++++
4 files changed, 30 insertions(+), 0 deletions(-)
diff --git a/libs/libwbxml/BUILD b/libs/libwbxml/BUILD
new file mode 100644
index 0000000..11e89bb
--- /dev/null
+++ b/libs/libwbxml/BUILD
@@ -0,0 +1,14 @@
+(
+
+ 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/libwbxml/CONFLICTS b/libs/libwbxml/CONFLICTS
new file mode 100644
index 0000000..ce22a24
--- /dev/null
+++ b/libs/libwbxml/CONFLICTS
@@ -0,0 +1 @@
+conflicts wbxml2
diff --git a/libs/libwbxml/DEPENDS b/libs/libwbxml/DEPENDS
new file mode 100644
index 0000000..4db649b
--- /dev/null
+++ b/libs/libwbxml/DEPENDS
@@ -0,0 +1 @@
+depends libxml2
diff --git a/libs/libwbxml/DETAILS b/libs/libwbxml/DETAILS
new file mode 100644
index 0000000..2726ef1
--- /dev/null
+++ b/libs/libwbxml/DETAILS
@@ -0,0 +1,14 @@
+ MODULE=libwbxml
+ VERSION=0.10.7
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL[0]=$SFORGE_URL/libwbxml/libwbxml/$VERSION/
+ SOURCE_VFY=sha1:0925a3c9ecb40e639d4638532c334fce332d9821
+ WEB_SITE=https://libwbxml.opensync.org/
+ ENTERED=20100222
+ UPDATED=20100222
+ SHORT="parse, encode and handle WBXML documents."
+
+cat << EOF
+The WBXML Library (aka libwbxml) contains a library and its associated
+tools to Parse, Encode and Handle WBXML documents.
+EOF
More information about the Lunar-commits
mailing list