1 | # $Id: $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup python24 1.0 |
---|
5 | |
---|
6 | name py-archmage |
---|
7 | version 0.0.7 |
---|
8 | categories python textproc |
---|
9 | description Extensible reader/decompiler of files in CHM format |
---|
10 | long_description \ |
---|
11 | ArCHMage is the extensible reader/decompiler of files \ |
---|
12 | in CHM format (Microsoft HTML help, also known as \ |
---|
13 | Compiled HTML). ArCHMage is based on chmlib by Jed \ |
---|
14 | Wing and is written in Python. |
---|
15 | maintainers guido.soranzio@gmail.com |
---|
16 | homepage http://archmage.sourceforge.net/ |
---|
17 | master_sites sourceforge:archmage |
---|
18 | distname archmage-${version} |
---|
19 | checksums md5 7535427b04c6f6f504ecd2fccc6dd268 |
---|
20 | depends_lib port:py-chm |
---|
21 | post-extract { |
---|
22 | reinplace "s|/usr/share|${prefix}/share|" ${worksrcpath}/arch.conf |
---|
23 | reinplace "s|/etc|${prefix}/etc|" ${worksrcpath}/archmod/CHM.py |
---|
24 | reinplace "s|/etc|etc|" ${worksrcpath}/setup.py |
---|
25 | } |
---|