diff options
author | Jay Freeman <saurik@saurik.com> | 2008-02-03 12:56:18 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2008-02-03 12:56:18 +0000 |
commit | f6dcdc22ee9b5aef63a1e2b26a9243db9552b54b (patch) | |
tree | 9d0103edae9c383bd952133de242f815f77ce2ed /data/p7zip | |
parent | 4fd64bcec9155e0c303cc481a3cded08711056dd (diff) |
Somebody thought 7zip would be better than rzip. I think they are wrong ;P.
git-svn-id: http://svn.telesphoreo.org/trunk@49 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/p7zip')
-rw-r--r-- | data/p7zip/_metadata/description | 1 | ||||
-rw-r--r-- | data/p7zip/_metadata/license | 52 | ||||
l--------- | data/p7zip/_metadata/maintainer | 1 | ||||
-rw-r--r-- | data/p7zip/_metadata/priority | 1 | ||||
-rw-r--r-- | data/p7zip/_metadata/section | 1 | ||||
-rw-r--r-- | data/p7zip/_metadata/version | 1 | ||||
-rw-r--r-- | data/p7zip/make.sh | 6 | ||||
-rw-r--r-- | data/p7zip/p7zip_4.57_src_all.tar.bz2 | bin | 0 -> 1473608 bytes | |||
-rw-r--r-- | data/p7zip/tools.diff | 14 |
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 Binary files differnew file mode 100644 index 000000000..bf4981b26 --- /dev/null +++ b/data/p7zip/p7zip_4.57_src_all.tar.bz2 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= |