[Lunar-commits] libarchive: will be a optional_depends for kdeutils4 and
Dennis 'stumbles' Veatch
stumbles at lunar-linux.org
Thu Jan 24 20:04:29 CET 2008
commit 71e2d474967cb0d28eb38fa420800e1dfffc778f
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date: Thu Jan 24 14:04:29 2008 -0500
libarchive: will be a optional_depends for kdeutils4 and
it was looking for uuencode which prompted the patch for
uudeview.
---
libs/libarchive/DEPENDS | 1 +
libs/libarchive/DETAILS | 17 +++++++++++++++++
2 files changed, 18 insertions(+), 0 deletions(-)
diff --git a/libs/libarchive/DEPENDS b/libs/libarchive/DEPENDS
new file mode 100644
index 0000000..bc8ad34
--- /dev/null
+++ b/libs/libarchive/DEPENDS
@@ -0,0 +1 @@
+depends uudeview
diff --git a/libs/libarchive/DETAILS b/libs/libarchive/DETAILS
new file mode 100644
index 0000000..9cceb31
--- /dev/null
+++ b/libs/libarchive/DETAILS
@@ -0,0 +1,17 @@
+ MODULE=libarchive
+ VERSION=2.4.12
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://people.freebsd.org/~kientzle/libarchive/src/
+ SOURCE_VFY=sha1:78ce56e823277a5574ee54d05555b79bac3a679c
+ WEB_SITE=http://people.freebsd.org/~kientzle/libarchive/
+ ENTERED=20080124
+ UPDATED=20080124
+ SHORT="create and read several different streaming archive formats"
+cat << EOF
+Libarchive is a programming library that can create and read several different
+streaming archive formats, including most popular tar variants, several cpio
+formats, and both BSD and GNU ar variants. It can also write shar archives and
+read ISO9660 CDROM images and ZIP archives. The bsdtar program is an
+implementation of tar(1) that is built on top of libarchive. It started as a
+test harness, but has grown into a feature-competitive replacement for GNU tar.
+EOF
More information about the Lunar-commits
mailing list