[Lunar-commits] r17491 - moonbase/trunk/doc-tools/antiword
Moritz Heiber
moe at lunar-linux.org
Mon Nov 28 16:39:02 UTC 2005
Author: moe
Date: 2005-11-28 16:39:01 +0000 (Mon, 28 Nov 2005)
New Revision: 17491
Modified:
moonbase/trunk/doc-tools/antiword/BUILD
moonbase/trunk/doc-tools/antiword/DETAILS
Log:
* Betterfied (tm) the BUILD file (use install instead of cp)
* Updated to 0.37
Modified: moonbase/trunk/doc-tools/antiword/BUILD
===================================================================
--- moonbase/trunk/doc-tools/antiword/BUILD 2005-11-28 16:16:43 UTC (rev 17490)
+++ moonbase/trunk/doc-tools/antiword/BUILD 2005-11-28 16:39:01 UTC (rev 17491)
@@ -10,12 +10,12 @@
prepare_install &&
make install &&
- mkdir -p /usr/share/man/man1
- cp Docs/antiword.1 /usr/share/man/man1/ &&
- chmod 644 /usr/share/man/man1/antiword.1
+ mkdir -p /usr/share/man/man1 &&
+ install -m644 Docs/antiword.1 /usr/share/man/man1/ &&
- mkdir -p /usr/share/antiword
- cp Resources/* /usr/share/antiword &&
- chmod 644 /usr/share/antiword/*
+ mkdir -p /usr/share/antiword &&
+ for file in Resources/*; do
+ install -m644 ${file} /usr/share/antiword
+ done
) > $C_FIFO 2>&1
Modified: moonbase/trunk/doc-tools/antiword/DETAILS
===================================================================
--- moonbase/trunk/doc-tools/antiword/DETAILS 2005-11-28 16:16:43 UTC (rev 17490)
+++ moonbase/trunk/doc-tools/antiword/DETAILS 2005-11-28 16:39:01 UTC (rev 17491)
@@ -1,11 +1,11 @@
MODULE=antiword
- VERSION=0.36.1
+ VERSION=0.37
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=http://www.winfield.demon.nl/linux/
- SOURCE_VFY=sha1:36478acb583200e44e0a688eb859894d984e5854
+ SOURCE_VFY=sha1:4364f7f99cb2d37f7d1d5bc14a335ccc0c67292e
WEB_SITE=http://www.winfield.demon.nl/index.html
ENTERED=20020514
- UPDATED=20050113
+ UPDATED=20051128
SHORT="antiword is a free MS Word reader for Linux and RISC OS"
cat << EOF
antiword is a free MS Word reader for Linux and RISC OS
More information about the Lunar-commits
mailing list