Property changes on: files/TortoiseHG.in
___________________________________________________________________
Added: svn:executable
+ *
Added: svn:eol-style
+ native
|
|
|
6 | 6 | |
7 | 7 | name tortoisehg |
8 | 8 | version 2.0.4 |
| 9 | revision 1 |
9 | 10 | categories devel python |
10 | 11 | platforms darwin |
11 | 12 | license GPL-2 |
… |
… |
|
49 | 50 | |
50 | 51 | xinstall -m 644 -W ${worksrcpath} COPYING.txt ${destroot}${prefix}/share/doc/${name} |
51 | 52 | } |
| 53 | |
| 54 | platform darwin { |
| 55 | set appname {TortoiseHG} |
| 56 | post-extract { |
| 57 | copy ${filespath}/${appname}.in ${workpath}/${appname} |
| 58 | } |
| 59 | post-patch { |
| 60 | reinplace "s|@PREFIX@|${prefix}|g" ${workpath}/${appname} |
| 61 | } |
| 62 | post-destroot { |
| 63 | xinstall -d ${destroot}${applications_dir}/${appname}.app/Contents/MacOS |
| 64 | xinstall ${workpath}/${appname} ${destroot}${applications_dir}/${appname}.app/Contents/MacOS |
| 65 | } |
| 66 | } |