Ticket #18733: i386-mingw32-w32api.diff

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

i386-mingw32-w32api Portfile diff

  • Portfile

     
    22PortSystem              1.0
    33
    44name                    i386-mingw32-w32api
    5 version                 3.6
     5version                 3.13
    66maintainers             landonf@macports.org
    77description             Mingw32 Win32 headers and import libraries
    88long_description        Mingw32 Win32 headers and import libraries to \
     
    1717
    1818platforms               darwin
    1919master_sites            sourceforge:mingw
    20 distname                w32api-${version}
    21 checksums               md5 2f86ec42cafd774ec82162fbc6e6808d
     20distname                w32api-${version}-mingw32-dev
     21checksums               md5     a50fff6bc1e1542451722e2650cb53b4 \
     22                        sha1    5eb7d8ec0fe032a92bea3a2c8282a78df2f1793c \
     23                        rmd160  9d8d456b333a68a8c3df59d2f3cdf76586632c4e
    2224
    2325extract.dir             ${worksrcpath}
     26extract.mkdir   yes
    2427
    25 pre-extract {
    26         file mkdir ${worksrcpath}
    27 }
    28 
    2928# Nothing to configure
    3029use_configure           no
    3130
    3231# Nothing to build
    3332build {}
    3433
     34destroot.violate_mtree  yes
    3535destroot {
    3636        file mkdir ${destpath}/${prefix}/${crossgcc-target}
    3737        file copy -force ${worksrcpath}/include ${destpath}/${prefix}/${crossgcc-target}