[Lunar-commits] r26328 - moonbase/trunk/archive/p7zip

Auke Kok sofar at lunar-linux.org
Sun Oct 21 00:54:14 CEST 2007


Author: sofar
Date: 2007-10-21 00:54:14 +0200 (Sun, 21 Oct 2007)
New Revision: 26328

Added:
   moonbase/trunk/archive/p7zip/CONFIGURE
Modified:
   moonbase/trunk/archive/p7zip/BUILD
   moonbase/trunk/archive/p7zip/DETAILS
Log:
Update: 4.51 => 4.55 + sfx/unrar modules fix


From:  stelzy at gmail.com


Modified: moonbase/trunk/archive/p7zip/BUILD
===================================================================
--- moonbase/trunk/archive/p7zip/BUILD	2007-10-20 22:52:07 UTC (rev 26327)
+++ moonbase/trunk/archive/p7zip/BUILD	2007-10-20 22:54:14 UTC (rev 26328)
@@ -1,10 +1,14 @@
 (
 
-  make &&
-  
+  sedit 's:\/usr\/local:\/usr:' makefile install.sh &&
+
+  if [ "$USE_MODS" == "y" ]; then
+    make all3
+  else
+    make
+  fi
+
   prepare_install &&
+  ./install.sh
 
-  install -m755 bin/7za /usr/bin/ &&
-  install -m644 man1/7za.1 /usr/share/man/man1/
-
 ) > $C_FIFO 2>&1

Added: moonbase/trunk/archive/p7zip/CONFIGURE
===================================================================
--- moonbase/trunk/archive/p7zip/CONFIGURE	                        (rev 0)
+++ moonbase/trunk/archive/p7zip/CONFIGURE	2007-10-20 22:54:14 UTC (rev 26328)
@@ -0,0 +1 @@
+mquery USE_MODS "Include SFX (self-extracting) and unRAR modules?" y

Modified: moonbase/trunk/archive/p7zip/DETAILS
===================================================================
--- moonbase/trunk/archive/p7zip/DETAILS	2007-10-20 22:52:07 UTC (rev 26327)
+++ moonbase/trunk/archive/p7zip/DETAILS	2007-10-20 22:54:14 UTC (rev 26328)
@@ -1,12 +1,12 @@
           MODULE=p7zip
-         VERSION=4.51
+         VERSION=4.55
           SOURCE=${MODULE}_${VERSION}_src_all.tar.bz2
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/${MODULE}_${VERSION}
       SOURCE_URL=$SFORGE_URL/$MODULE/
-      SOURCE_VFY=sha1:e3708dc69ec44dba554ab15d0cacbc226eae9420
+      SOURCE_VFY=sha1:7dd6f75c031f15f3d379af3e208e2e4d65f55bb7
         WEB_SITE=http://p7zip.sourceforge.net
          ENTERED=20060922
-         UPDATED=20070726
+         UPDATED=20071019
            SHORT="A quick port of the command line version of 7zip"
 
 cat << EOF



More information about the Lunar-commits mailing list