Ticket #10395: Portfile

File Portfile, 1.0 KB (added by josh_root@…, 18 years ago)

Portfile

Line 
1# $Id:
2
3PortSystem 1.0
4name               paq8
5version            8h
6categories         archivers
7maintainers        josh_root@users.sourceforge.net
8description        PAQ8, a tight but slow compressor
9long_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
15homepage           http://cs.fit.edu/~mmahoney/compression/
16master_sites       http://cs.fit.edu/~mmahoney/compression/
17use_zip            yes
18distfiles          paq${version}.zip
19checksums          md5 52dc6ca4cb50e05062c4dd67de0df1c0 \
20                   sha1 872d7b1a0029f53e1dad1add10fc83c6593c0548 \
21                   rmd160 d19be40ab06db029f51f571c0a16582809a59436
22
23worksrcdir         paq${version}
24use_configure      no
25build.cmd          g++
26build.target       paq${version}.cpp
27build.args         -Os -DNOASM -o paq8
28
29destroot.cmd       install
30destroot.target    paq8
31destroot.destdir   ${destroot}${prefix}/bin