[Lunar-commits] r21509 - in moonbase/trunk/archive: . p7zip
Moritz Heiber
moe at lunar-linux.org
Fri Sep 22 08:28:20 UTC 2006
Author: moe
Date: 2006-09-22 08:28:20 +0000 (Fri, 22 Sep 2006)
New Revision: 21509
Added:
moonbase/trunk/archive/p7zip/
moonbase/trunk/archive/p7zip/BUILD
moonbase/trunk/archive/p7zip/DETAILS
Log:
Unix port of 7zip. See 7zip.org for more info.
Added: moonbase/trunk/archive/p7zip/BUILD
===================================================================
--- moonbase/trunk/archive/p7zip/BUILD (rev 0)
+++ moonbase/trunk/archive/p7zip/BUILD 2006-09-22 08:28:20 UTC (rev 21509)
@@ -0,0 +1,10 @@
+(
+
+ make &&
+
+ prepare_install &&
+
+ install -m755 bin/7za /usr/bin/ &&
+ install -m644 man1/7za.1 /usr/share/man/man1/
+
+) > $C_FIFO 2>&1
Added: moonbase/trunk/archive/p7zip/DETAILS
===================================================================
--- moonbase/trunk/archive/p7zip/DETAILS (rev 0)
+++ moonbase/trunk/archive/p7zip/DETAILS 2006-09-22 08:28:20 UTC (rev 21509)
@@ -0,0 +1,17 @@
+ MODULE=p7zip
+ VERSION=4.42
+ SOURCE=${MODULE}_${VERSION}_src_all.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/${MODULE}_${VERSION}
+ SOURCE_URL=$SFORGE_URL/p7zip/
+ SOURCE_VFY=sha1:90403ed64d634a3413bd912df3fb57d2f86fbee8
+ WEB_SITE=http://p7zip.sourceforge.net
+ ENTERED=20060922
+ UPDATED=20060922
+ SHORT="a quick port of the command line version of 7zip"
+
+cat << EOF
+p7zip is a quick port of 7z.exe and 7za.exe (command line version
+of 7zip, see www.7-zip.org) for Unix. 7-Zip is a file archiver with
+highest compression ratio. Since 4.10, p7zip (like 7-zip) supports
+little-endian and big-endian machines.
+EOF
More information about the Lunar-commits
mailing list