# $Id$ PortSystem 1.0 name paq8 version 8o8 categories archivers platforms darwin maintainers root.id.au:josh+macports \ openmaintainer description PAQ8, a tight but slow compressor long_description PAQ is a series of open source data compression \ archivers that have evolved through collaborative \ development to top rankings on several benchmarks \ measuring compression ratio (although at the expense \ of speed and memory usage). homepage http://cs.fit.edu/~mmahoney/compression/ master_sites ${homepage} use_zip yes distfiles paq${version}.zip checksums md5 9114ae6a08ca8e82f37df9a6984c968d \ sha1 850c105ce7ae79ba4f9fa16087c0db8c717f6f11 \ rmd160 c3d4855bdbaeaada709af994e7439c57f58af99f worksrcdir . use_configure no build.cmd g++ build.args -O3 -DUNIX -DNOASM -o paq8 build.target paq${version}.cpp destroot.cmd install destroot.target paq8 destroot.destdir ${destroot}${prefix}/bin