20 | | # Replace the following by "use_lzma yes" when MacPorts 1.6.1 is released. |
21 | | # The unlzma command is provided by lzmautils. |
22 | | extract.suffix .tar.lzma |
23 | | extract.cmd unlzma |
24 | | |
25 | | # The following message is useful because MacPorts doesn't test whether |
26 | | # the extract target fails, and unless the -v option has been used, the |
27 | | # error message "sh: line 1: unlzma: command not found" is filtered out |
28 | | # and the user doesn't know the cause of the problem. |
29 | | pre-extract { |
30 | | ui_msg "If you get an error with configure, please install/activate lzmautils." |
31 | | } |
32 | | |
33 | | depends_build bin:unlzma:lzmautils |
34 | | |
35 | | checksums md5 20b37e49464bd72df4c6cfba33340f87 \ |
36 | | sha1 676ec9aa25a97c05dff66fba5225f9e101160063 \ |
37 | | rmd160 31d68ab41fead86d473ecc1de183fd1629e01560 |
| 20 | checksums md5 71ba711519209b5fb583fed2b3d86fcb \ |
| 21 | sha1 a1533cf8e03ea4fa6c443b73f4c85e4da04dead0 \ |
| 22 | rmd160 2473fc7ef3f82f47a990ee48c1d262b1f420eabd |