[Lunar-commits] <moonbase> zip: updated to 3.0

Zbigniew Luszpinski zbiggy at lunar-linux.org
Tue May 26 02:19:38 CEST 2009


commit 4aecb0eb7c6f1d6909cb77a0649a6a6e81119605
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date:   Tue May 26 02:19:38 2009 +0200

    zip: updated to 3.0
---
 archive/zip/BUILD   |   15 +++++++++------
 archive/zip/DETAILS |   13 +++++--------
 2 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/archive/zip/BUILD b/archive/zip/BUILD
index d8402ff..083b6e8 100644
--- a/archive/zip/BUILD
+++ b/archive/zip/BUILD
@@ -1,10 +1,13 @@
 (
 
-  patch_it $SOURCE_CACHE/$SOURCE2 1 &&
-  sedit "s/MANDIR = \$(prefix)\/man/MANDIR = \$(prefix)\/share\/man/" unix/Makefile
-  sedit "s/-O2/$CFLAGS/" unix/configure &&
-  make  -f unix/Makefile generic  &&
-  prepare_install                 &&
-  make  prefix=/usr -f unix/Makefile install
+  sedit "s/MANDIR = \$(prefix)\/man/MANDIR = \$(prefix)\/share\/man/" unix/Makefile &&
+  sedit 's@/usr/local@/usr at g' unix/Makefile unix/configure &&
+  sedit "s/-O3/$CFLAGS/" unix/configure &&
+  chmod 700 unix/configure &&
+  cp -rf unix/* . &&
+  ./configure &&
+  make generic &&
+  prepare_install &&
+  make install
 
 ) > $C_FIFO 2>&1
diff --git a/archive/zip/DETAILS b/archive/zip/DETAILS
index f8f9ee2..9f1c39f 100644
--- a/archive/zip/DETAILS
+++ b/archive/zip/DETAILS
@@ -1,15 +1,12 @@
           MODULE=zip
-         VERSION=2.32
-          SOURCE=${MODULE}232.zip
-         SOURCE2=$MODULE-2.3-CAN.patch.bz2
+         VERSION=30
+          SOURCE=$MODULE$VERSION.tar.gz
       SOURCE_URL=$SFORGE_URL/infozip/
-     SOURCE2_URL=$PATCH_URL
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
-      SOURCE_VFY=sha1:a2842720e7c0e4c89ddbc89be34b67378082c702
-     SOURCE2_VFY=sha1:4a16cccae21eaacf52c6242378c11fa283a595ff
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE$VERSION
+      SOURCE_VFY=sha1:c9f4099ecf2772b53c2dd4a8e508064ce015d182
         WEB_SITE=http://www.info-zip.org/Zip.html
          ENTERED=20010922
-         UPDATED=20070207
+         UPDATED=20090525
            SHORT="PKWARE compatible compressor"
 
 cat << EOF


More information about the Lunar-commits mailing list