           SPELL=lzop
         VERSION=1.01
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=http://www.oberhumer.com/opensource/$SPELL/download/$SOURCE
        WEB_SITE=http://www.oberhumer.com/opensource/lzop
        BUILD_API=2
         ENTERED=20020531
         UPDATED=20050320
      LICENSE[0]=GPL
     SOURCE_HASH=sha512:2012c430db1ba950dce32eeb17ba8962fb27d75fe837270d3894ea9235f8e67e92f61649c2c5d2103e0db23fe6d4f4b628f1812831142070f58f7762430a67ca
           SHORT="file compressor using the lzo library"
cat << EOF
lzop is a file compressor which is very similar to gzip. 
It uses the LZO data compression library for compression 
services and its main advantages over gzip are much higher 
compression and decompression speed (at the cost of some 
compression ratio).
EOF
