[Lunar-commits] <moonbase> abiword: Removed BUILD as it is no longer necessary

Terry Chan tchan at lunar-linux.org
Sun Nov 22 17:06:30 CET 2009


commit 1796f248d64bb2a0c7ddbe300d589bca459d187e
Author: Terry Chan <tchan at lunar-linux.org>
Date:   Sun Nov 22 10:06:30 2009 -0600

    abiword: Removed BUILD as it is no longer necessary
---
 gnome2/apps/abiword/BUILD |   35 -----------------------------------
 1 files changed, 0 insertions(+), 35 deletions(-)

diff --git a/gnome2/apps/abiword/BUILD b/gnome2/apps/abiword/BUILD
deleted file mode 100644
index 8c641ff..0000000
--- a/gnome2/apps/abiword/BUILD
+++ /dev/null
@@ -1,35 +0,0 @@
-(
-
-  unpack $SOURCE2 &&
-
-  ./configure   --build=$BUILD                  \
-                --sysconfdir=/etc               \
-                --prefix=/usr                   \
-                --localstatedir=/var            \
-                --infodir=/usr/share/info       \
-                --mandir=/usr/share/man         \
-                $OPTS                           &&
- 
-  default_make &&
-
-  # Build the plugins
-  cd abiword-plugins-$VERSION &&
-
-  # Patch to compile plugins with glibc 2.10.1
-  patch_it $SOURCE_CACHE/$SOURCE3 1 &&
-
-  ./configure   --build=$BUILD                  \
-                --sysconfdir=/etc               \
-                --prefix=/usr                   \
-                --localstatedir=/var            \
-                --infodir=/usr/share/info       \
-                --mandir=/usr/share/man         \
-                --disable-pdf                   \
-                --disable-gda                   \
-                --with-abiword=$SOURCE_DIRECTORY \
-                $OPTS                           &&
- 
-  make &&
-  make install-strip
-
-) > $C_FIFO 2>&1


More information about the Lunar-commits mailing list