[Lunar-commits] <moonbase> libwps: Adding to moonbase.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Thu May 19 15:46:26 CEST 2011
commit 6a0ae85c762fac77029ea2e3f90549734dcde293
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Thu May 19 09:46:26 2011 -0400
libwps: Adding to moonbase.
---
libs/libwps/BUILD | 7 +++++++
libs/libwps/DEPENDS | 1 +
libs/libwps/DETAILS | 15 +++++++++++++++
3 files changed, 23 insertions(+), 0 deletions(-)
diff --git a/libs/libwps/BUILD b/libs/libwps/BUILD
new file mode 100644
index 0000000..b5bfad0
--- /dev/null
+++ b/libs/libwps/BUILD
@@ -0,0 +1,7 @@
+(
+
+ OPTS+=" --without-docs" &&
+
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/libs/libwps/DEPENDS b/libs/libwps/DEPENDS
new file mode 100644
index 0000000..d5dffac
--- /dev/null
+++ b/libs/libwps/DEPENDS
@@ -0,0 +1 @@
+depends libwpd
diff --git a/libs/libwps/DETAILS b/libs/libwps/DETAILS
new file mode 100644
index 0000000..b50d170
--- /dev/null
+++ b/libs/libwps/DETAILS
@@ -0,0 +1,15 @@
+ MODULE=libwps
+ VERSION=0.2.2
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=$SFORGE_URL/libwps
+ SOURCE_VFY=sha1:d8c126cb5601afaaaf14507fc09990f8ca41b301
+ WEB_SITE=http://libwps.sourceforge.net/
+ ENTERED=20110519
+ UPDATED=20110519
+ SHORT="Microsoft Works file format import filter"
+
+cat << EOF
+libwps is a Microsoft Works file format import filter based on top of the libwpd
+(which is already used in three word processors). Currently, libwps is a new
+project, but it imports all Works formats since about 1995 with some success.
+EOF
More information about the Lunar-commits
mailing list