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