Changes between Initial Version and Version 1 of Ticket #60986


Ignore:
Timestamp:
Aug 11, 2020, 10:03:17 AM (4 years ago)
Author:
rhuelga (Roberto Huelga)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #60986 – Description

    initial v1  
    2121    - unidasm
    2222
     23
     24
    2325{{{
    24 
     2684a85,88
     27> variant tools description {compile and install the mame tools like chdman and others} {
     28>     build.args-append TOOLS=1
     29> }
     30>
     3186a91,111
     32>     xinstall ${worksrcpath}/docs/man/mame.6 ${destroot}${prefix}/share/man/man6
     33>
     34>     if {[variant_isset tools]} {
     35>         xinstall ${worksrcpath}/castool \
     36>             ${worksrcpath}/chdman \
     37>             ${worksrcpath}/floptool \
     38>             ${worksrcpath}/imgtool \
     39>             ${worksrcpath}/jedutil \
     40>             ${worksrcpath}/ldresample \
     41>             ${worksrcpath}/ldverify \
     42>             ${worksrcpath}/romcmp ${destroot}${prefix}/bin
     43>
     44>         xinstall ${worksrcpath}/docs/man/castool.1 \
     45>             ${worksrcpath}/docs/man/chdman.1 \
     46>             ${worksrcpath}/docs/man/floptool.1 \
     47>             ${worksrcpath}/docs/man/imgtool.1 \
     48>             ${worksrcpath}/docs/man/jedutil.1 \
     49>             ${worksrcpath}/docs/man/ldresample.1 \
     50>             ${worksrcpath}/docs/man/ldverify.1 \
     51>             ${worksrcpath}/docs/man/romcmp.1 ${destroot}${prefix}/share/man/man1
     52>     }
    2553}}}