           SPELL=libtar
         VERSION=1.2.11
          SOURCE=$SPELL-$VERSION.tar.gz
   SOURCE_URL[0]=ftp://ftp.feep.net/pub/software/$SPELL/$SOURCE
     SOURCE_HASH=sha512:f50edfa5ee164200f0c2636bab5b80628c1007cdf125c06925c173cf98046a24240fab3650566beecfb9252009f54390a6dc3e4a3b1d86e85fa6f3e44f33d8d3
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
        WEB_SITE=http://www.feep.net/libtar/
      LICENSE[0]=MIT
         ENTERED=20070302
        KEYWORDS="archive libs"
           SHORT="C library for manipulating POSIX tar files."
cat << EOF
libtar is a C library for manipulating POSIX tar files. It handles
adding and extracting files to/from a tar archive.

libtar offers the following features:

    * Flexible API - you can manipulate individual files or just
      extract a whole archive at once.
    * Allows user-specified read() and write() functions, such as
      zlib's gzread() and gzwrite().
    * Supports both POSIX 1003.1-1990 and GNU tar file formats.
EOF
