mingw getopt
========================================================================
Getopt(1) is a program to help shell scripts parse command-line parameters.
It is for example included in the util-linux distribution (versions up to
2.7.1) for Linux.
It can do anything that the GNU getopt(3) routines can do.
It can cope with spaces and shell metacharacters within arguments.
It can parse long parameters.
It can shuffle parameters, so you can mix options and other parameters on the command-line.
It can be easily identified as an enhanced getopt(1) from within shell scripts.
It can report parse errors as coming from the shell script.
It compiles cleanly with both libc-5 and glibc-2 (libc6).


Canonical homepage:
  http://software.frodo.looijaard.name/getopt/

Canonical download:
  http://software.frodo.looijaard.name/getopt/download.php

License:
  GPLv2+

Language:
  C

========================================================================

Build instructions:
  unpack getopt-1.1.4-1-mingw32-src.tar.lzma
  ./pkgbuild.sh

This will create:
  getopt-1.1.4-1-mingw32-src.tar.lzma
  getopt-1.1.4-1-mingw32-dev.tar.lzma
  getopt-1.1.4-1-mingw32-bin.tar.lzma
  getopt-1.1.4-1-mingw32-doc.tar.lzma
  getopt-1.1.4-1-mingw32-lic.tar.lzma

========================================================================

Test suite results
This section of this document is updated with each new release.
No history is maintained here.

All 2 tests passed

========================================================================

----------  getopt-1.1.4-1 -- 2012 Mar 27  -----------
* First release of getopt for mingw using new packaging standard. 
