           SPELL=upx
         VERSION=3.91
          SOURCE=$SPELL-$VERSION-src.tar.bz2
    SOURCE_URL[0]=http://upx.sourceforge.net/download/${SOURCE}
     SOURCE_HASH=sha512:7e9a392fe11daf7baf9632f2c448ef9936da7dfab215f86ba417e9f097770949acb653aaabe6cc5ed812efc486cb35e0c1e128c80026b02825713d8b12251cf5
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}-src
        DOC_DIRS=""
            DOCS="doc/*.txt $DOCS"
        WEB_SITE=http://upx.sourceforge.net/
         ENTERED=20050330
      LICENSE[0]=GPL
        KEYWORDS="archive"
           SHORT="UPX is a free, portable, extendable, high-performance executable packer for several different executable formats."
cat << EOF


    UPX is a versatile executable packer with the following features:

        * excellent compression ratio: typically compresses better than
        WinZip/zip/gzip, use UPX to decrease the size of your distribution !

        * very fast decompression: ~10 MB/sec on an ancient Pentium 133,
        ~200 MB/sec on an Athlon XP 2000+.

        * no memory overhead for your compressed executables because of
        in-place decompression.

        * safe: you can list, test and unpack your executables. Also, a
        checksum of both the compressed and uncompressed file is maintained
        internally.
        * universal: UPX can pack a number of executable formats:
              o atari/tos
              o djgpp2/coff
              o dos/com
              o dos/exe
              o dos/sys
              o linux/386
              o rtm32/pe
              o tmt/adam
              o watcom/le (supporting DOS4G, PMODE/W, DOS32a and CauseWay)
              o win32/pe

        * portable: UPX is written in portable endian-neutral C++

        * extendable: because of the class layout it's very easy to add new
        executable formats or new compression algorithms

        * free: UPX is distributed with full source code under the GNU General
        Public License, and may be used freely even with commercial programs.

EOF
