summaryrefslogtreecommitdiffstats
path: root/archive-libs/libarchive/DETAILS
blob: 97c554b0baf85beb6389421a92d526aee5ff28e8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
           SPELL=libarchive
         VERSION=2.8.5
     SOURCE_HASH=sha512:9c49f7ae3ce3623c28639a267abf1dbae19bd75cc2bdeb6bdab2a649473cd0db6232a9c31133cf804b91eeac40a2d8d055cf3357f756919bfc2cbb6c750eb3c1
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=http://libarchive.googlecode.com/files/$SOURCE
        WEB_SITE=http://code.google.com/p/libarchive/
         ENTERED=20080629
      LICENSE[0]=BSD
        KEYWORDS="archive"
           SHORT="a library for reading and writing streaming archives"
cat << EOF
The  libarchive  library  provides a flexible interface for reading and
writing streaming archive files such as tar and cpio.   Internally,  it
follows  a  modular  layered design that should make it easy to add new
archive and compression formats.
EOF