summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/p7zip/_metadata/description1
-rw-r--r--data/p7zip/_metadata/license52
l---------data/p7zip/_metadata/maintainer1
-rw-r--r--data/p7zip/_metadata/priority1
-rw-r--r--data/p7zip/_metadata/section1
-rw-r--r--data/p7zip/_metadata/version1
-rw-r--r--data/p7zip/make.sh6
-rw-r--r--data/p7zip/p7zip_4.57_src_all.tar.bz2bin0 -> 1473608 bytes
-rw-r--r--data/p7zip/tools.diff14
9 files changed, 77 insertions, 0 deletions
diff --git a/data/p7zip/_metadata/description b/data/p7zip/_metadata/description
new file mode 100644
index 000000000..d39c538a0
--- /dev/null
+++ b/data/p7zip/_metadata/description
@@ -0,0 +1 @@
+claims to be a good compressor
diff --git a/data/p7zip/_metadata/license b/data/p7zip/_metadata/license
new file mode 100644
index 000000000..2e3fa89e7
--- /dev/null
+++ b/data/p7zip/_metadata/license
@@ -0,0 +1,52 @@
+ 7-Zip source code
+ ~~~~~~~~~~~~~~~~~
+ License for use and distribution
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+ 7-Zip Copyright (C) 1999-2007 Igor Pavlov.
+
+ Licenses for files are:
+
+ 1) CPP/7zip/Compress/Rar files: GNU LGPL + unRAR restriction
+ 2) All other files: GNU LGPL
+
+ The GNU LGPL + unRAR restriction means that you must follow both
+ GNU LGPL rules and unRAR restriction rules.
+
+
+ GNU LGPL information
+ --------------------
+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+
+
+ unRAR restriction
+ -----------------
+
+ The decompression engine for RAR archives was developed using source
+ code of unRAR program.
+ All copyrights to original unRAR code are owned by Alexander Roshal.
+
+ The license for original unRAR code has the following restriction:
+
+ The unRAR sources cannot be used to re-create the RAR compression algorithm,
+ which is proprietary. Distribution of modified unRAR sources in separate form
+ or as a part of other software is permitted, provided that it is clearly
+ stated in the documentation and source comments that the code may
+ not be used to develop a RAR (WinRAR) compatible archiver.
+
+
+ --
+ Igor Pavlov
diff --git a/data/p7zip/_metadata/maintainer b/data/p7zip/_metadata/maintainer
new file mode 120000
index 000000000..0fa66e077
--- /dev/null
+++ b/data/p7zip/_metadata/maintainer
@@ -0,0 +1 @@
+../../../people/saurik \ No newline at end of file
diff --git a/data/p7zip/_metadata/priority b/data/p7zip/_metadata/priority
new file mode 100644
index 000000000..134d9bc32
--- /dev/null
+++ b/data/p7zip/_metadata/priority
@@ -0,0 +1 @@
+optional
diff --git a/data/p7zip/_metadata/section b/data/p7zip/_metadata/section
new file mode 100644
index 000000000..f1d43c641
--- /dev/null
+++ b/data/p7zip/_metadata/section
@@ -0,0 +1 @@
+archive
diff --git a/data/p7zip/_metadata/version b/data/p7zip/_metadata/version
new file mode 100644
index 000000000..8c2a27e8c
--- /dev/null
+++ b/data/p7zip/_metadata/version
@@ -0,0 +1 @@
+4.57
diff --git a/data/p7zip/make.sh b/data/p7zip/make.sh
new file mode 100644
index 000000000..1d0ec501a
--- /dev/null
+++ b/data/p7zip/make.sh
@@ -0,0 +1,6 @@
+pkg:extract
+cd *
+pkg:patch
+mv -f makefile.macosx makefile.machine
+make all2
+make install DEST_HOME="${PKG_DEST}/usr"
diff --git a/data/p7zip/p7zip_4.57_src_all.tar.bz2 b/data/p7zip/p7zip_4.57_src_all.tar.bz2
new file mode 100644
index 000000000..bf4981b26
--- /dev/null
+++ b/data/p7zip/p7zip_4.57_src_all.tar.bz2
Binary files differ
diff --git a/data/p7zip/tools.diff b/data/p7zip/tools.diff
new file mode 100644
index 000000000..9194d9f02
--- /dev/null
+++ b/data/p7zip/tools.diff
@@ -0,0 +1,14 @@
+diff -ru p7zip_4.57/makefile.macosx p7zip_4.57+iPhone/makefile.macosx
+--- p7zip_4.57/makefile.macosx 2007-05-27 09:57:49.000000000 +0000
++++ p7zip_4.57+iPhone/makefile.macosx 2008-01-23 08:09:43.000000000 +0000
+@@ -7,8 +7,8 @@
+ -DNDEBUG -D_REENTRANT -DENV_UNIX \
+ $(LOCAL_FLAGS)
+
+-CXX=c++ $(ALLFLAGS)
+-CC=cc $(ALLFLAGS)
++CXX=arm-apple-darwin-c++ $(ALLFLAGS)
++CC=arm-apple-darwin-gcc $(ALLFLAGS)
+ LINK_SHARED=-bundle
+
+ LOCAL_LIBS=