[Lunar-commits] <moonbase> unzip: updated to 6.0

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


commit 3400291a4aec1068f591ee604de6a83d3b9559d5
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date:   Tue May 26 02:19:07 2009 +0200

    unzip: updated to 6.0
---
 archive/unzip/BUILD   |   15 ++++++++++-----
 archive/unzip/DETAILS |   12 ++++++------
 2 files changed, 16 insertions(+), 11 deletions(-)

diff --git a/archive/unzip/BUILD b/archive/unzip/BUILD
index 337c9eb..192b791 100644
--- a/archive/unzip/BUILD
+++ b/archive/unzip/BUILD
@@ -1,9 +1,14 @@
 (
 
-  sedit  "s/-O /$CFLAGS /"  unix/Makefile
-  sedit  "s/MANDIR = \$(prefix)\/man/MANDIR = \$(prefix)\/share\/man/" unix/Makefile
-  make  -f unix/Makefile generic  &&
-  prepare_install                 &&
-  make  prefix=/usr -f unix/Makefile install
+  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 &&
+  prepare_install &&
+  make install &&
+  cp -af libunzip.s* /usr/lib
 
 ) > $C_FIFO 2>&1
diff --git a/archive/unzip/DETAILS b/archive/unzip/DETAILS
index fa94bd4..031bf44 100644
--- a/archive/unzip/DETAILS
+++ b/archive/unzip/DETAILS
@@ -1,13 +1,13 @@
           MODULE=unzip
-         VERSION=5.52
-          SOURCE=${MODULE}552.tar.gz
+         VERSION=60
+          SOURCE=$MODULE$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE$VERSION
    SOURCE_URL[0]=$SFORGE_URL/infozip/
-   SOURCE_URL[1]=ftp://ftp.info-zip.org/pub/infozip/src/
-      SOURCE_VFY=sha1:1831bd59b9e607a69052f83b263384895e2d4a19
+      SOURCE_VFY=sha1:abf7de8a4018a983590ed6f5cbd990d4740f8a22
         WEB_SITE=http://www.info-zip.org/UnZip.html
          ENTERED=20010922
-         UPDATED=20050718
-           SHORT="PKWARE compatible decompressor."
+         UPDATED=20090525
+           SHORT="PKWARE compatible decompressor"
 
 cat << EOF
 Info-ZIP's purpose is to provide free, portable, high-quality versions


More information about the Lunar-commits mailing list