summaryrefslogtreecommitdiffstats
path: root/archive-libs/libzip/DETAILS
blob: 8de59a38bc42232d85e4d0e82034399f9b752623 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
           SPELL=libzip
         VERSION=0.10.1
     SOURCE_HASH=sha512:bbbf22ab93e18630f33597a93057cd3b9e7fb9896b38ae1e6b883ad2b257dba859aab4870a0a31dec0407cfa72dd4b3a2d20403447945dcb96f548a0e57df87f
  SECURITY_PATCH=1
          SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
       WEB_SITE=http://www.nih.at/libzip
   SOURCE_URL[0]=$WEB_SITE/$SOURCE
      LICENSE[0]=GPL
         ENTERED=20071027
        KEYWORDS="zip library"
           SHORT="manipulate zip archives"
cat << EOF
libzip is a C library for reading, creating, and modifying zip archives. 
Files can be added from data buffers, files, or compressed data copied directly 
from other zip archives. Changes made without closing the archive can be 
reverted. The API is documented by man pages.
EOF