| 1 | # $Id: $ |
|---|
| 2 | |
|---|
| 3 | PortSystem 1.0 |
|---|
| 4 | name hrsh2csv |
|---|
| 5 | version 1.3 |
|---|
| 6 | description converts Hours pdb files into CSV text files |
|---|
| 7 | long_description Hours is a time-tracking utility for the PalmOS. \ |
|---|
| 8 | This utility converts Hours for PalmOS database files into \ |
|---|
| 9 | comma-separated values text files. |
|---|
| 10 | categories palm |
|---|
| 11 | homepage http://hours.sourceforge.net/ |
|---|
| 12 | platforms darwin |
|---|
| 13 | maintainers cssdev@mac.com |
|---|
| 14 | master_sites sourceforge:hours |
|---|
| 15 | checksums md5 2a7a4047807cc9de5e4fb92bf6bb8736 |
|---|
| 16 | |
|---|
| 17 | use_configure no |
|---|
| 18 | post-extract { |
|---|
| 19 | reinplace "s|-O2 -D__MAC2PC_CONVERSION__|-O2|" ${worksrcpath}/Makefile |
|---|
| 20 | reinplace "s|prefix = /usr/local|prefix = ${destroot}${prefix}|" ${worksrcpath}/Makefile |
|---|
| 21 | } |
|---|