[Lunar-commits] r25636 - moonbase/trunk/printer/a2ps

Dennis Veatch stumbles at lunar-linux.org
Mon Aug 27 14:01:26 CEST 2007


Author: stumbles
Date: 2007-08-27 14:01:26 +0200 (Mon, 27 Aug 2007)
New Revision: 25636

Added:
   moonbase/trunk/printer/a2ps/BUILD.x86_64
Log:

So a2ps will build on this platform.



Added: moonbase/trunk/printer/a2ps/BUILD.x86_64
===================================================================
--- moonbase/trunk/printer/a2ps/BUILD.x86_64	                        (rev 0)
+++ moonbase/trunk/printer/a2ps/BUILD.x86_64	2007-08-27 12:01:26 UTC (rev 25636)
@@ -0,0 +1,22 @@
+(
+
+
+
+  patch_it $SOURCE_CACHE/$SOURCE2 1  &&
+  patch_it $SOURCE_CACHE/$SOURCE3 1  &&
+
+  cp /usr/share/automake/config.guess auxdir/  &&
+  cp /usr/share/automake/config.sub auxdir/    &&
+
+  ./configure  --build=$BUILD             \
+               --prefix=/usr              \
+               --sysconfdir=/etc/a2ps     \
+               --localstatedir=/var       \
+               --infodir=/usr/share/info  \
+               --mandir=/usr/share/man    \
+               $OPTS                     &&
+
+  default_make  &&
+  rm -f /a2ps*.el
+
+) > $C_FIFO 2>&1



More information about the Lunar-commits mailing list