[Lunar-commits] <moonbase> cgilib: Adjusting the BUILD to account for changes in the build process.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Sun Jan 2 16:45:16 CET 2011


commit 48dc81693ef0ea9036a34cde919f152dc2dd78ef
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Sun Jan 2 10:45:16 2011 -0500

    cgilib: Adjusting the BUILD to account for changes in the build process.
---
 libs/cgilib/BUILD |   11 ++++-------
 1 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/libs/cgilib/BUILD b/libs/cgilib/BUILD
index 224f71b..6b02765 100644
--- a/libs/cgilib/BUILD
+++ b/libs/cgilib/BUILD
@@ -1,12 +1,9 @@
 (
 
-  make                                                  &&
+  ACLOCAL_VER=`lvu version automake|cut -c 1-4` &&
+  sedit "s:1.10:$ACLOCAL_VER:" configure &&
 
-  prepare_install                                       &&
-
-  mkdir -p /usr/include/cgilib-$VERSION                 &&
-  install -m0644 cgi.h /usr/include/cgilib-$VERSION     &&
-  install -m0644 libcgi.a /usr/lib/                     &&
-  install -m0644 $SCRIPT_DIRECTORY/cgilib.pc /usr/lib/pkgconfig
+  libtoolize &&
 
+  default_build
 ) > $C_FIFO 2>&1


More information about the Lunar-commits mailing list