summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Rosenstand <mark@borkware.net>2007-05-06 13:30:35 +0200
committerMark Rosenstand <mark@borkware.net>2007-05-06 13:30:35 +0200
commit930ea3fdf5d4394eed2a827095ca69b4e0f29b14 (patch)
tree61e7431397af3a55bd98c84c97c10367a078a037
parentc6114112f2d47ed6039a18617645f0b13650ace9 (diff)
downloadcontrib-930ea3fdf5d4394eed2a827095ca69b4e0f29b14.tar.gz
contrib-930ea3fdf5d4394eed2a827095ca69b4e0f29b14.tar.xz
libarchive: moved to core
-rw-r--r--libarchive/.footprint25
-rw-r--r--libarchive/.md5sum1
-rw-r--r--libarchive/Pkgfile16
3 files changed, 0 insertions, 42 deletions
diff --git a/libarchive/.footprint b/libarchive/.footprint
deleted file mode 100644
index 35ca946a1..000000000
--- a/libarchive/.footprint
+++ /dev/null
@@ -1,25 +0,0 @@
-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.0.28
-lrwxrwxrwx root/root usr/lib/libarchive.so.2 -> libarchive.so.2.0.28
--rwxr-xr-x root/root usr/lib/libarchive.so.2.0.28
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man1/
--rw-r--r-- root/root usr/man/man1/bsdtar.1.gz
-drwxr-xr-x root/root usr/man/man3/
--rw-r--r-- root/root usr/man/man3/archive_entry.3.gz
--rw-r--r-- root/root usr/man/man3/archive_read.3.gz
--rw-r--r-- root/root usr/man/man3/archive_util.3.gz
--rw-r--r-- root/root usr/man/man3/archive_write.3.gz
--rw-r--r-- root/root usr/man/man3/archive_write_disk.3.gz
--rw-r--r-- root/root usr/man/man3/libarchive.3.gz
-drwxr-xr-x root/root usr/man/man5/
--rw-r--r-- root/root usr/man/man5/libarchive-formats.5.gz
--rw-r--r-- root/root usr/man/man5/tar.5.gz
diff --git a/libarchive/.md5sum b/libarchive/.md5sum
deleted file mode 100644
index b8f282016..000000000
--- a/libarchive/.md5sum
+++ /dev/null
@@ -1 +0,0 @@
-8e83804adbdb74391be051dfd180422e libarchive-2.0.28.tar.gz
diff --git a/libarchive/Pkgfile b/libarchive/Pkgfile
deleted file mode 100644
index 77567b556..000000000
--- a/libarchive/Pkgfile
+++ /dev/null
@@ -1,16 +0,0 @@
-# Description: Library to create and read several archive formats
-# URL: http://people.freebsd.org/~kientzle/libarchive/
-# Maintainer: Mark Rosenstand, mark at borkware dot net
-# Depends on: bzip2, zlib
-
-name=libarchive
-version=2.0.28
-release=1
-source=(http://people.freebsd.org/~kientzle/libarchive/src/libarchive-$version.tar.gz)
-
-build() {
- cd libarchive-$version
- ./configure --prefix=/usr
- make
- make DESTDIR=$PKG install
-}

Generated by cgit