[Lunar-commits] <moonbase> unzip: add BUILD.x86_64

Samuel Verstraete elangelo at lunar-linux.org
Mon Jun 8 20:18:58 CEST 2009


commit 05eb87304fe6e261e842b9e3599ef3eefd714880
Author: Samuel Verstraete <elangelo at lunar-linux.org>
Date:   Mon Jun 8 20:18:58 2009 +0200

    unzip: add BUILD.x86_64
---
 archive/unzip/BUILD.x86_64 |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/archive/unzip/BUILD.x86_64 b/archive/unzip/BUILD.x86_64
new file mode 100644
index 0000000..4cff63d
--- /dev/null
+++ b/archive/unzip/BUILD.x86_64
@@ -0,0 +1,15 @@
+(
+
+  sedit "s/-O3/$CFLAGS/" unix/configure unix/Makefile &&
+  sedit "s/MANDIR = \$(prefix)\/man/MANDIR = \$(prefix)\/share\/man/" unix/Makefile &&
+  sedit 's@/usr/local@/usr at g' unix/Makefile unix/configure &&
+  cp -rf unix/* . &&
+  ./configure &&
+  #make linux_shlib &&
+  make linux_noasm &&
+  prepare_install &&
+  make install &&
+  #cp -af libunzip.s* /usr/lib &&
+  gather_docs BUGS WHERE ToDo
+
+) > $C_FIFO 2>&1


More information about the Lunar-commits mailing list