1 | # $Id: |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name paq8 |
---|
5 | version 8h |
---|
6 | categories archivers |
---|
7 | maintainers josh_root@users.sourceforge.net |
---|
8 | description PAQ8, a tight but slow compressor |
---|
9 | long_description PAQ is a series of open source data compression \ |
---|
10 | archivers that have evolved through collaborative \ |
---|
11 | development to top rankings on several benchmarks \ |
---|
12 | measuring compression ratio (although at the expense \ |
---|
13 | of speed and memory usage). |
---|
14 | |
---|
15 | homepage http://cs.fit.edu/~mmahoney/compression/ |
---|
16 | master_sites http://cs.fit.edu/~mmahoney/compression/ |
---|
17 | use_zip yes |
---|
18 | distfiles paq${version}.zip |
---|
19 | checksums md5 52dc6ca4cb50e05062c4dd67de0df1c0 \ |
---|
20 | sha1 872d7b1a0029f53e1dad1add10fc83c6593c0548 \ |
---|
21 | rmd160 d19be40ab06db029f51f571c0a16582809a59436 |
---|
22 | |
---|
23 | worksrcdir paq${version} |
---|
24 | use_configure no |
---|
25 | build.cmd g++ |
---|
26 | build.target paq${version}.cpp |
---|
27 | build.args -Os -DNOASM -o paq8 |
---|
28 | |
---|
29 | destroot.cmd install |
---|
30 | destroot.target paq8 |
---|
31 | destroot.destdir ${destroot}${prefix}/bin |
---|