           SPELL=lzop
         VERSION=1.04
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
# Watch: https://www.lzop.org/download/
        WEB_SITE=https://www.lzop.org
   SOURCE_URL[0]="$WEB_SITE/download/$SOURCE"
         ENTERED=20020531
      LICENSE[0]=GPL
     SOURCE_HASH=sha512:5829b4495ffefab549aa697a05c536ce593c572c9eee6004460583a0090abcd317c6074c4f981dfee6be61ac8d127f02dd37053b6cb782af64db41586a8bbb6e
        KEYWORDS="archive"
           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
