[Lunar-commits] <moonbase> wv2: Version bump and they have switched to cmake.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Thu Nov 26 01:44:19 CET 2009
commit dc2cdfa6f215cce77515c259e6775f09b31fb6d9
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Wed Nov 25 19:44:19 2009 -0500
wv2: Version bump and they have switched to cmake.
---
doc-tools/wv2/BUILD | 14 ++++++++++++++
doc-tools/wv2/DEPENDS | 3 ++-
doc-tools/wv2/DETAILS | 6 +++---
3 files changed, 19 insertions(+), 4 deletions(-)
diff --git a/doc-tools/wv2/BUILD b/doc-tools/wv2/BUILD
new file mode 100644
index 0000000..3808697
--- /dev/null
+++ b/doc-tools/wv2/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/doc-tools/wv2/DEPENDS b/doc-tools/wv2/DEPENDS
index 47ffc13..15febf2 100644
--- a/doc-tools/wv2/DEPENDS
+++ b/doc-tools/wv2/DEPENDS
@@ -1 +1,2 @@
-depends libgsf
+depends cmake
+depends libgsf
diff --git a/doc-tools/wv2/DETAILS b/doc-tools/wv2/DETAILS
index ec5f99f..763f33b 100644
--- a/doc-tools/wv2/DETAILS
+++ b/doc-tools/wv2/DETAILS
@@ -1,11 +1,11 @@
MODULE=wv2
- VERSION=0.3.1
+ VERSION=0.4.2
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL[0]=$SFORGE_URL/wvware/
- SOURCE_VFY[0]=sha1:97349769b01fa4506cc608d80ca3a749a5203d64
+ SOURCE_VFY[0]=sha1:f04fceb02c048ae46fbe679caaf694e40214a547
WEB_SITE=http://wvware.sourceforge.net/
ENTERED=20040224
- UPDATED=20090409
+ UPDATED=20091125
SHORT="a library for convering Microsoft Word formats to HTML"
cat << EOF
More information about the Lunar-commits
mailing list