[Lunar-commits] <moonbase> libopensync-plugin-xmlformat: Adding to moonbase.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Mon Sep 13 02:03:16 CEST 2010
commit 2ebaa63075a98de72d18bae5467559b9b6665d28
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Sun Sep 12 20:03:16 2010 -0400
libopensync-plugin-xmlformat: Adding to moonbase.
---
libs/libopensync-plugin-xmlformat/BUILD | 14 ++++++++++++++
libs/libopensync-plugin-xmlformat/DEPENDS | 1 +
libs/libopensync-plugin-xmlformat/DETAILS | 13 +++++++++++++
3 files changed, 28 insertions(+), 0 deletions(-)
diff --git a/libs/libopensync-plugin-xmlformat/BUILD b/libs/libopensync-plugin-xmlformat/BUILD
new file mode 100644
index 0000000..62373e5
--- /dev/null
+++ b/libs/libopensync-plugin-xmlformat/BUILD
@@ -0,0 +1,14 @@
+(
+
+ OOSB_DIR="$SOURCE_DIRECTORY/$MODULE-build" &&
+
+ mkdir $OOSB_DIR &&
+ cd $OOSB_DIR &&
+
+ cmake $SOURCE_DIRECTORY -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \
+ -DCMAKE_BUILD_TYPE=RELEASE \
+ $OPTS &&
+
+ default_make
+
+) > $C_FIFO 2>&1
diff --git a/libs/libopensync-plugin-xmlformat/DEPENDS b/libs/libopensync-plugin-xmlformat/DEPENDS
new file mode 100644
index 0000000..546e5b5
--- /dev/null
+++ b/libs/libopensync-plugin-xmlformat/DEPENDS
@@ -0,0 +1 @@
+depends libopensync
diff --git a/libs/libopensync-plugin-xmlformat/DETAILS b/libs/libopensync-plugin-xmlformat/DETAILS
new file mode 100644
index 0000000..612638e
--- /dev/null
+++ b/libs/libopensync-plugin-xmlformat/DETAILS
@@ -0,0 +1,13 @@
+ MODULE=libopensync-plugin-xmlformat
+ VERSION=0.39
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=http://www.opensync.org/download/releases/$VERSION/
+ SOURCE_VFY=sha1:c5827468469f0d5d782256300ec4a4b968615456
+ MODULE_PREFIX=${CMAKE_BUILD_DIR:-/usr}
+ WEB_SITE=http://www.opensync.org/
+ ENTERED=20071029
+ UPDATED=20100912
+ SHORT="xml synchronization framework"
+cat << EOF
+xml Opensync synchronization framework.
+EOF
More information about the Lunar-commits
mailing list