Commits
Elias Pipping authored d8045ecf3b3
9 9 | long_description \ |
10 10 | LZO is a portable lossless data compression library written in ANSI C. \ |
11 11 | It offers pretty fast compression and very fast decompression. \ |
12 12 | Decompression requires no memory. \ |
13 13 | In addition there are slower compression levels achieving a quite \ |
14 14 | competitive compression ratio while still decompressing at \ |
15 15 | this very high speed. \ |
16 16 | LZO is distributed under the GNU General Public License. |
17 17 | |
18 18 | homepage http://www.oberhumer.com/opensource/lzo/ |
19 - | master_sites http://www.oberhumer.com/opensource/lzo/download/ |
19 + | master_sites http://www.oberhumer.com/opensource/lzo/download/LZO-v1/ |
20 20 | |
21 21 | platforms darwin |
22 22 | checksums md5 ab94d3da364c7cbd5b78d76f1875b0f6 |
23 23 | |
24 24 | configure.args --enable-shared --disable-static |
25 25 | |
26 26 | post-destroot { |
27 27 | file mkdir "${destroot}/${prefix}/share/doc/lzo" |
28 28 | xinstall -m 644 ${worksrcpath}/doc/LTEST.TXT ${worksrcpath}/doc/LZO.FAQ \ |
29 29 | ${worksrcpath}/doc/LZO.TXT ${worksrcpath}/doc/LZOAPI.TXT \ |