Last change
on this file since 1056 was 1046, checked in by alloc, 8 years ago |
Daodan: Added Windows MinGW and build batch file
|
File size:
1.5 KB
|
Rev | Line | |
---|
[1046] | 1 | <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
---|
| 2 | <software-distribution project="MinGW" home="http://mingw.org" issue="2012073100">
|
---|
| 3 |
|
---|
| 4 | <!-- File: msys-mktemp.xml -->
|
---|
| 5 |
|
---|
| 6 | <package-collection subsystem="msys">
|
---|
| 7 | <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />
|
---|
| 8 |
|
---|
| 9 | <package name="msys-mktemp">
|
---|
| 10 | <affiliate group="MinGW Developer Toolkit" />
|
---|
| 11 | <description lang="en" title="create a temporary file or directory" >
|
---|
| 12 | <paragraph>The mktemp utility takes the given filename template and
|
---|
| 13 | overwrites a portion of it to create a unique filename. The
|
---|
| 14 | template may be any filename with some number of `Xs' appended
|
---|
| 15 | to it, for example /tmp/tfile.XXXXXXXXXX. It is used by scripts
|
---|
| 16 | to safely generate temporary files and directories.
|
---|
| 17 | </paragraph>
|
---|
| 18 | </description>
|
---|
| 19 |
|
---|
| 20 | <licence tarname="mktemp-%-msys-%-lic.tar.%" />
|
---|
| 21 | <source tarname="mktemp-%-msys-%-src.tar.%" />
|
---|
| 22 |
|
---|
| 23 | <component class="bin">
|
---|
| 24 | <requires eq="msys-core-*-msys-*-bin.tar" />
|
---|
| 25 | <release tarname="mktemp-1.6-2-msys-1.0.13-bin.tar.lzma" />
|
---|
| 26 | </component>
|
---|
| 27 |
|
---|
| 28 | <component class="doc">
|
---|
| 29 | <release tarname="mktemp-1.6-2-msys-1.0.13-doc.tar.lzma" />
|
---|
| 30 | </component>
|
---|
| 31 |
|
---|
| 32 | <component class="lic">
|
---|
| 33 | <release tarname="mktemp-1.6-2-msys-1.0.13-lic.tar.lzma" />
|
---|
| 34 | </component>
|
---|
| 35 | </package>
|
---|
| 36 |
|
---|
| 37 | </package-collection>
|
---|
| 38 | </software-distribution>
|
---|
| 39 | <!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: -->
|
---|
Note:
See
TracBrowser
for help on using the repository browser.