[Lunar-commits] <moonbase> libopensync-plugin-vformat: Bump to version 0.37.
Dave Brown
dagbrown at lunar-linux.org
Mon Nov 10 03:49:00 CET 2008
commit 2d963d65a74b897007e655d1de51b78e508528ac
Author: Dave Brown <dagbrown at lunar-linux.org>
Date: Mon Nov 10 11:49:00 2008 +0900
libopensync-plugin-vformat: Bump to version 0.37.
---
libs/libopensync-plugin-vformat/BUILD | 12 ++++++------
libs/libopensync-plugin-vformat/DEPENDS | 1 -
libs/libopensync-plugin-vformat/DETAILS | 7 ++++---
3 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/libs/libopensync-plugin-vformat/BUILD b/libs/libopensync-plugin-vformat/BUILD
index 665a6b6..2fb2806 100644
--- a/libs/libopensync-plugin-vformat/BUILD
+++ b/libs/libopensync-plugin-vformat/BUILD
@@ -1,11 +1,11 @@
(
- sedit "s:/usr/local:/usr:" build/linux/osync_build.py
+ BUILD_DIRECTORY="$SOURCE_DIRECTORY/build"
+ mkdir $BUILD_DIRECTORY &&
+ cd $BUILD_DIRECTORY &&
- scons PREFIX=/usr &&
-
- prepare_install &&
-
- scons install
+ cmake $SOURCE_DIRECTORY -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \
+ -DCMAKE_BUILD_TYPE=RELEASE &&
+ default_make
) > $C_FIFO 2>&1
diff --git a/libs/libopensync-plugin-vformat/DEPENDS b/libs/libopensync-plugin-vformat/DEPENDS
index 3ee4aa4..6ac2a66 100644
--- a/libs/libopensync-plugin-vformat/DEPENDS
+++ b/libs/libopensync-plugin-vformat/DEPENDS
@@ -1,2 +1 @@
-depends scons
depends libopensync-plugin-file
diff --git a/libs/libopensync-plugin-vformat/DETAILS b/libs/libopensync-plugin-vformat/DETAILS
index 4c08c9f..21f093e 100644
--- a/libs/libopensync-plugin-vformat/DETAILS
+++ b/libs/libopensync-plugin-vformat/DETAILS
@@ -1,8 +1,9 @@
MODULE=libopensync-plugin-vformat
- VERSION=0.33
+ VERSION=0.37
SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL=http://www.opensync.org/download/releases/0.33/
- SOURCE_VFY=sha1:9597d4bd334c8269bb40953f28e52de8eb6ae93c
+ SOURCE_URL=http://www.opensync.org/download/releases/$VERSION/
+ SOURCE_VFY=sha1:0f05c9e0d7848bcc61fd8952c78949c40b10731b
+ MODULE_PREFIX=${CMAKE_BUILD_DIR:-/usr}
WEB_SITE=http://www.opensync.org/
ENTERED=20071029
UPDATED=20071029
More information about the Lunar-commits
mailing list