           SPELL=e00compr
         VERSION=1.0.1
          SOURCE="${SPELL}-${VERSION}.tar.gz"
   SOURCE_URL[0]=http://avce00.maptools.org/dl/${SOURCE}
     SOURCE_HASH=sha512:0994766c74508b4f3488090aab1d1eb9e2b177396340b9d7a6c5178fe31c952723172f603422f22618a3b2e2952aa9c517bcb36e5d1425b22660b09ee7fec915
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE="http://avce00.maptools.org/e00compr/index.html"
      LICENSE[0]="MIT"
         ENTERED=20091103
        KEYWORDS=""
           SHORT="Library to compress and uncompress Arc/Info Export (E00) files"
cat << EOF
E00Compr is an Open Source (i.e. Free!) ANSI-C library to compress and
uncompress Arc/Info Export (E00) files.

The C library can be easily plugged into existing E00 translators to add
support for compressed E00 files simply by replacing the existing translator's
read/write function by the E00ReadNextLine() and E00WriteNextLine() functions
provided by the library. See the library documentation for all the details.

For those who do not need a library but simply want to convert some files,
the package includes the "E00CONV" conversion program that allows you to
convert a E00 file to and from any compression level (NONE, PARTIAL or FULL).
EOF
