]> git.proxmox.com Git - libarchive-perl.git/blob - LibArchive/README
import from svn://proxdev/server/svn//libarchive-perl/pmg3
[libarchive-perl.git] / LibArchive / README
1 LibArchive
2 ==========
3
4 LibArchive provides perl binding for libarchive (read interface only)
5
6 INSTALLATION
7
8 To install this module type the following:
9
10 perl Makefile.PL
11 make
12 make test
13 make install
14
15 DEPENDENCIES
16
17 This module requires these other modules and libraries:
18
19 libarchive version 2.2.4
20
21 COPYRIGHT AND LICENCE
22
23 Copyright (C) 2007 by Dietmar Maurer <dietmar@proxmox.com>
24
25 This library (perl bindings) is free software; you can redistribute it
26 and/or modify it under the same terms as Perl itself, either Perl
27 version 5.8.8 or, at your option, any later version of Perl 5 you may
28 have available.
29
30 The librachive code has the following Copyright
31
32 Copyright (c) 2003-2006 Tim Kientzle
33 All rights reserved.
34
35 Redistribution and use in source and binary forms, with or without
36 modification, are permitted provided that the following conditions
37 are met:
38 1. Redistributions of source code must retain the above copyright
39 notice, this list of conditions and the following disclaimer
40 in this position and unchanged.
41 2. Redistributions in binary form must reproduce the above copyright
42 notice, this list of conditions and the following disclaimer in the
43 documentation and/or other materials provided with the distribution.
44
45 THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) ``AS IS'' AND ANY EXPRESS OR
46 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
47 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
48 IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT, INDIRECT,
49 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
50 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
51 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
52 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
53 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
54 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.