summaryrefslogtreecommitdiff
path: root/data/libarchive
diff options
context:
space:
mode:
authorJay Freeman <saurik@saurik.com>2008-01-13 22:26:23 +0000
committerJay Freeman <saurik@saurik.com>2008-01-13 22:26:23 +0000
commitf1b662bacaed63f6eb0774dda7be0fd78ad19054 (patch)
tree1e96f8ed4cd5b879fa4bdfdc3bf88b736ff49bbe /data/libarchive
parent35ef70353227e4dff60fc36437f08293be752b25 (diff)
Added some graphics libraries, handled a few requests, fixed bus error on apt close, got links compiling with the right compiler, and switched JamVM back to its internal libffi.
git-svn-id: http://svn.telesphoreo.org/trunk@13 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/libarchive')
-rw-r--r--data/libarchive/_metadata/description2
-rw-r--r--data/libarchive/_metadata/license26
l---------data/libarchive/_metadata/maintainer1
-rw-r--r--data/libarchive/_metadata/priority1
-rw-r--r--data/libarchive/_metadata/section1
-rw-r--r--data/libarchive/_metadata/version1
-rw-r--r--data/libarchive/libarchive-2.4.11.tar.gzbin0 -> 815267 bytes
-rw-r--r--data/libarchive/make.sh5
8 files changed, 37 insertions, 0 deletions
diff --git a/data/libarchive/_metadata/description b/data/libarchive/_metadata/description
new file mode 100644
index 000000000..005d9a0c9
--- /dev/null
+++ b/data/libarchive/_metadata/description
@@ -0,0 +1,2 @@
+this package isn't described yet
+This package, which I'm certain is incredibly interesting, has yet to be described. This is probably because Jay has spent days getting all kinds of bookkeeping issues, like copyright notifications, all in their correct places, and descriptions just aren't the most important thing he could be working on. If this is a problem, please come back later.
diff --git a/data/libarchive/_metadata/license b/data/libarchive/_metadata/license
new file mode 100644
index 000000000..6128d175f
--- /dev/null
+++ b/data/libarchive/_metadata/license
@@ -0,0 +1,26 @@
+All of the C source code and documentation in this package is subject
+to the following:
+
+Copyright (c) 2003-2006 Tim Kientzle
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer
+ in this position and unchanged.
+2. Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) ``AS IS'' AND ANY EXPRESS OR
+IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT, INDIRECT,
+INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/data/libarchive/_metadata/maintainer b/data/libarchive/_metadata/maintainer
new file mode 120000
index 000000000..0fa66e077
--- /dev/null
+++ b/data/libarchive/_metadata/maintainer
@@ -0,0 +1 @@
+../../../people/saurik \ No newline at end of file
diff --git a/data/libarchive/_metadata/priority b/data/libarchive/_metadata/priority
new file mode 100644
index 000000000..134d9bc32
--- /dev/null
+++ b/data/libarchive/_metadata/priority
@@ -0,0 +1 @@
+optional
diff --git a/data/libarchive/_metadata/section b/data/libarchive/_metadata/section
new file mode 100644
index 000000000..f1d43c641
--- /dev/null
+++ b/data/libarchive/_metadata/section
@@ -0,0 +1 @@
+archive
diff --git a/data/libarchive/_metadata/version b/data/libarchive/_metadata/version
new file mode 100644
index 000000000..11e321269
--- /dev/null
+++ b/data/libarchive/_metadata/version
@@ -0,0 +1 @@
+2.4.11
diff --git a/data/libarchive/libarchive-2.4.11.tar.gz b/data/libarchive/libarchive-2.4.11.tar.gz
new file mode 100644
index 000000000..73e9fc7fc
--- /dev/null
+++ b/data/libarchive/libarchive-2.4.11.tar.gz
Binary files differ
diff --git a/data/libarchive/make.sh b/data/libarchive/make.sh
new file mode 100644
index 000000000..35a54076e
--- /dev/null
+++ b/data/libarchive/make.sh
@@ -0,0 +1,5 @@
+pkg:extract
+cd *
+pkg:configure
+make
+pkg:install