Ticket #18733: i386-mingw32-w32api.diff
File i386-mingw32-w32api.diff, 1.1 KB (added by blb@…, 16 years ago) |
---|
-
Portfile
2 2 PortSystem 1.0 3 3 4 4 name i386-mingw32-w32api 5 version 3. 65 version 3.13 6 6 maintainers landonf@macports.org 7 7 description Mingw32 Win32 headers and import libraries 8 8 long_description Mingw32 Win32 headers and import libraries to \ … … 17 17 18 18 platforms darwin 19 19 master_sites sourceforge:mingw 20 distname w32api-${version} 21 checksums md5 2f86ec42cafd774ec82162fbc6e6808d 20 distname w32api-${version}-mingw32-dev 21 checksums md5 a50fff6bc1e1542451722e2650cb53b4 \ 22 sha1 5eb7d8ec0fe032a92bea3a2c8282a78df2f1793c \ 23 rmd160 9d8d456b333a68a8c3df59d2f3cdf76586632c4e 22 24 23 25 extract.dir ${worksrcpath} 26 extract.mkdir yes 24 27 25 pre-extract {26 file mkdir ${worksrcpath}27 }28 29 28 # Nothing to configure 30 29 use_configure no 31 30 32 31 # Nothing to build 33 32 build {} 34 33 34 destroot.violate_mtree yes 35 35 destroot { 36 36 file mkdir ${destpath}/${prefix}/${crossgcc-target} 37 37 file copy -force ${worksrcpath}/include ${destpath}/${prefix}/${crossgcc-target}