12 | | It is designed to be fast and to produce accurate and attractive \ |
13 | | statistics: and combined with Report Magic, you can generate even \ |
14 | | prettier reports. It's free software. |
15 | | |
16 | | platforms darwin |
17 | | |
18 | | homepage http://www.analog.cx/ |
19 | | master_sites http://www.analog.cx/ \ |
20 | | http://analog.linuxhelp.ca/ \ |
21 | | http://www.rge.com/pub/infosystems/statistics/analog/ \ |
22 | | http://sunsite.cnlab-switch.ch/www/mirror/analog/ |
| 13 | It is designed to be fast and to produce accurate and attractive \ |
| 14 | statistics: and combined with Report Magic, you can generate even \ |
| 15 | prettier reports. It's free software. |
| 16 | |
| 17 | platforms darwin |
| 18 | |
| 19 | homepage http://www.analog.cx/ |
| 20 | master_sites http://www.analog.cx/ \ |
| 21 | http://analog.linuxhelp.ca/ \ |
| 22 | http://www.rge.com/pub/infosystems/statistics/analog/ \ |
| 23 | http://sunsite.cnlab-switch.ch/www/mirror/analog/ |
44 | | xinstall -m 755 -d "${destroot}${prefix}/bin" \ |
45 | | "${destroot}${prefix}/share/doc/${name}" \ |
46 | | "${destroot}${prefix}/share/man/man1" \ |
47 | | "${destroot}${prefix}/share/${name}" |
48 | | foreach item [list examples how-to images lang] { |
49 | | file copy ${worksrcpath}/${item} ${destroot}${prefix}/share/${name} |
50 | | } |
51 | | foreach item [glob ${worksrcpath}/docs/*] { |
52 | | file copy ${item} ${destroot}${prefix}/share/doc/${name} |
53 | | } |
54 | | xinstall -m 644 -W ${worksrcpath} ${name}.man \ |
55 | | "${destroot}${prefix}/share/man/man1/${name}.1" |
56 | | xinstall -m 755 -W ${worksrcpath} ${name} "${destroot}${prefix}/bin" |
| 45 | xinstall -m 755 -d "${destroot}${prefix}/bin" \ |
| 46 | "${destroot}${prefix}/share/doc/${name}" \ |
| 47 | "${destroot}${prefix}/share/man/man1" \ |
| 48 | "${destroot}${prefix}/share/${name}" |
| 49 | foreach item [list examples how-to images lang] { |
| 50 | file copy ${worksrcpath}/${item} ${destroot}${prefix}/share/${name} |
| 51 | } |
| 52 | foreach item [glob ${worksrcpath}/docs/*] { |
| 53 | file copy ${item} ${destroot}${prefix}/share/doc/${name} |
| 54 | } |
| 55 | xinstall -m 644 -W ${worksrcpath} ${name}.man \ |
| 56 | "${destroot}${prefix}/share/man/man1/${name}.1" |
| 57 | xinstall -m 755 -W ${worksrcpath} ${name} "${destroot}${prefix}/bin" |