Ticket #18733: i386-mingw32-runtime.diff

File i386-mingw32-runtime.diff, 1.2 KB (added by blb@…, 15 years ago)

i386-mingw32-runtime Portfile diff

  • Portfile

     
    22PortSystem              1.0
    33
    44name                    i386-mingw32-runtime
    5 version                 3.9
     5version                 3.15.2
    66maintainers             landonf@macports.org
    77description             Free Microsoft C runtime, headers and import libraries.
    88long_description        Free Microsoft C runtime, headers and import libraries to \
     
    1616
    1717platforms               darwin
    1818master_sites            sourceforge:mingw
    19 distname                mingw-runtime-${version}
    20 checksums               md5 0cb66b1071da224ea2174f960c593e2e
     19distname                mingwrt-${version}-mingw32-dev
     20checksums               md5     31520c8cce50eae09021f560cbf1485b \
     21                        sha1    36ef40de84cb8778e68f883d1cf320d9e627342d \
     22                        rmd160  2c3b0b323bb2df47894c7eaecfbc5082461c6b49
    2123
    2224extract.dir             ${worksrcpath}
     25extract.mkdir   yes
    2326
    24 pre-extract {
    25         file mkdir ${worksrcpath}
    26 }
    27 
    2827# Nothing to configure
    2928use_configure           no
    3029
    3130# Nothing to build
    3231build {}
    3332
     33destroot.violate_mtree  yes
    3434destroot {
    3535        file mkdir ${destpath}/${prefix}/${crossgcc-target}
    36         foreach dir {include lib bin doc} {
     36        foreach dir {include lib doc share} {
    3737                file copy -force ${worksrcpath}/$dir ${destpath}/${prefix}/${crossgcc-target}
    3838        }
    3939}