summaryrefslogtreecommitdiffstats
path: root/base/libarchive
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-07 14:26:15 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-07 14:26:15 +0200
commita2f1003aa70e47fa40d1189e5516ca9bc76196c8 (patch)
tree68071b19d51c30a990202937cdc3deb7cf20dbfd /base/libarchive
parent5e98dfe87ec4f631d5923aa31a56ec88332c5024 (diff)
downloadnutyx-extra-a2f1003aa70e47fa40d1189e5516ca9bc76196c8.tar.gz
nutyx-extra-a2f1003aa70e47fa40d1189e5516ca9bc76196c8.tar.bz2
nutyx-extra-a2f1003aa70e47fa40d1189e5516ca9bc76196c8.tar.xz
nutyx-extra-a2f1003aa70e47fa40d1189e5516ca9bc76196c8.zip
Ajout de libarchive#2.6.2-1
Diffstat (limited to 'base/libarchive')
-rw-r--r--base/libarchive/.footprint29
-rw-r--r--base/libarchive/.md5sum1
-rwxr-xr-xbase/libarchive/Pkgfile21
3 files changed, 51 insertions, 0 deletions
diff --git a/base/libarchive/.footprint b/base/libarchive/.footprint
new file mode 100644
index 000000000..25d292fa1
--- /dev/null
+++ b/base/libarchive/.footprint
@@ -0,0 +1,29 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/bsdtar
+drwxr-xr-x root/root usr/include/
+-rw-r--r-- root/root usr/include/archive.h
+-rw-r--r-- root/root usr/include/archive_entry.h
+drwxr-xr-x root/root usr/lib/
+-rw-r--r-- root/root usr/lib/libarchive.a
+-rwxr-xr-x root/root usr/lib/libarchive.la
+lrwxrwxrwx root/root usr/lib/libarchive.so -> libarchive.so.2.6.2
+lrwxrwxrwx root/root usr/lib/libarchive.so.2 -> libarchive.so.2.6.2
+-rwxr-xr-x root/root usr/lib/libarchive.so.2.6.2
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/bsdtar.1.gz
+drwxr-xr-x root/root usr/share/man/man3/
+-rw-r--r-- root/root usr/share/man/man3/archive_entry.3.gz
+-rw-r--r-- root/root usr/share/man/man3/archive_read.3.gz
+-rw-r--r-- root/root usr/share/man/man3/archive_util.3.gz
+-rw-r--r-- root/root usr/share/man/man3/archive_write.3.gz
+-rw-r--r-- root/root usr/share/man/man3/archive_write_disk.3.gz
+-rw-r--r-- root/root usr/share/man/man3/libarchive.3.gz
+-rw-r--r-- root/root usr/share/man/man3/libarchive_internals.3.gz
+drwxr-xr-x root/root usr/share/man/man5/
+-rw-r--r-- root/root usr/share/man/man5/cpio.5.gz
+-rw-r--r-- root/root usr/share/man/man5/libarchive-formats.5.gz
+-rw-r--r-- root/root usr/share/man/man5/mtree.5.gz
+-rw-r--r-- root/root usr/share/man/man5/tar.5.gz
diff --git a/base/libarchive/.md5sum b/base/libarchive/.md5sum
new file mode 100644
index 000000000..010174cac
--- /dev/null
+++ b/base/libarchive/.md5sum
@@ -0,0 +1 @@
+e31fcacd3f2b996988c0852a5edfc680 libarchive-2.6.2.tar.gz
diff --git a/base/libarchive/Pkgfile b/base/libarchive/Pkgfile
new file mode 100755
index 000000000..5a50d17f6
--- /dev/null
+++ b/base/libarchive/Pkgfile
@@ -0,0 +1,21 @@
+# Description: Librarie pour creer et lire des formats d'archives.
+# URL: http://people.freebsd.org/~kientzle/libarchive
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: aaabasicfs
+
+name=libarchive
+version=2.6.2
+release=1
+source=( http://people.freebsd.org/~kientzle/$name/src/$name-$version.tar.gz)
+
+
+
+build() {
+cd $name-$version
+./configure --prefix=/usr\
+ --mandir=/usr/share/man\
+ --infodir=/usr/share/info
+make
+make DESTDIR=$PKG install
+}