[Lunar-commits] r15823 - moonbase/trunk/gnome2-apps/abiword

Terry Chan tchan at lunar-linux.org
Sat Jul 23 03:13:05 UTC 2005


Author: tchan
Date: 2005-07-23 03:13:05 +0000 (Sat, 23 Jul 2005)
New Revision: 15823

Modified:
   moonbase/trunk/gnome2-apps/abiword/BUILD
Log:
Updated abiword/BUILD to include the abiword plugins as suggested by dveatch.
Fixed the plugin's make install to be make install-strip (as this saves a LOT
of space).


Modified: moonbase/trunk/gnome2-apps/abiword/BUILD
===================================================================
--- moonbase/trunk/gnome2-apps/abiword/BUILD	2005-07-23 03:06:04 UTC (rev 15822)
+++ moonbase/trunk/gnome2-apps/abiword/BUILD	2005-07-23 03:13:05 UTC (rev 15823)
@@ -19,6 +19,22 @@
   cd ../abiword-docs &&
   cp man/abiword.1 /usr/share/man/man1 &&
   mkdir -p $DOCUMENT_DIRECTORY/$MODULE &&
-  cp -p Manual/en/*.abw Changelog/*.abw $DOCUMENT_DIRECTORY/$MODULE/
+  cp -p Manual/en/*.abw Changelog/*.abw $DOCUMENT_DIRECTORY/$MODULE/ &&
 
+  # Build the plugins
+  cd ../abiword-plugins &&
+  ./configure   --enable-xft                                    \
+                --with-libxml2                                  \
+                --build=$BUILD                                  \
+                --sysconfdir=/etc                               \
+                --prefix=/usr                                   \
+                --localstatedir=/var                            \
+                --infodir=/usr/share/info                       \
+                --mandir=/usr/share/man                         \
+                --with-sys-wv                   \
+  
+  make &&
+  make install-strip
+  
+
 ) > $C_FIFO 2>&1



More information about the Lunar-commits mailing list