From a2f1003aa70e47fa40d1189e5516ca9bc76196c8 Mon Sep 17 00:00:00 2001 From: Thierry N Date: Fri, 7 Aug 2009 14:26:15 +0200 Subject: Ajout de libarchive#2.6.2-1 --- base/libarchive/.footprint | 29 +++++++++++++++++++++++++++++ base/libarchive/.md5sum | 1 + base/libarchive/Pkgfile | 21 +++++++++++++++++++++ 3 files changed, 51 insertions(+) create mode 100644 base/libarchive/.footprint create mode 100644 base/libarchive/.md5sum create mode 100755 base/libarchive/Pkgfile (limited to 'base') 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 +} -- cgit v1.2.3-70-g09d2