summaryrefslogtreecommitdiffstats
path: root/archive-libs/libarchive/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'archive-libs/libarchive/DETAILS')
-rwxr-xr-xarchive-libs/libarchive/DETAILS17
1 files changed, 17 insertions, 0 deletions
diff --git a/archive-libs/libarchive/DETAILS b/archive-libs/libarchive/DETAILS
new file mode 100755
index 0000000000..4b6509f2d1
--- /dev/null
+++ b/archive-libs/libarchive/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=libarchive
+ VERSION=2.7.0
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://libarchive.googlecode.com/files/$SOURCE
+ SOURCE_HASH=sha512:6eccdb2bad7299bac25f6b34d9f337d84f1445beec5fa486107d4fb4bd616cacef3fe3f7962e7cb27873b2dd446c4589553ce9f52069da1c75b66aed8803ac9a
+ WEB_SITE=http://code.google.com/p/libarchive/
+ ENTERED=20080629
+ LICENSE[0]=BSD
+ KEYWORDS="archive"
+ SHORT="a library for reading and writing streaming archives"
+cat << EOF
+The libarchive library provides a flexible interface for reading and
+writing streaming archive files such as tar and cpio. Internally, it
+follows a modular layered design that should make it easy to add new
+archive and compression formats.
+EOF