Corinna Vinschen <[EMAIL PROTECTED]> writes:
> Packaging looks ok, but the setup.hint file is missing dependencies
> to libintl8 and libiconv2:
>
> $ cygcheck indent.exe | grep -v WINDOWS
>   C:\cygwin\bin\cygwin1.dll
>   C:\cygwin\bin\cygintl-8.dll
>     C:\cygwin\bin\cygiconv-2.dll

Fixed. Here is corrected version

Jari

  wget        \
    http://cygwin.cante.net/indent/indent-2.2.9-2.tar.bz2 \
    http://cygwin.cante.net/indent/indent-2.2.9-2-src.tar.bz2 \
    http://cygwin.cante.net/indent/setup.hint

For review:

  gpg --keyserver wwwkeys.pgp.net --recv-keys 955A92D8

  mkdir indent ; cd indent
  rm -f get.sh get.sh.sig
  wget    http://cygwin.cante.net/indent/get.sh \
          http://cygwin.cante.net/indent/get.sh.sig &&
  gpg --verify get.sh.sig get.sh &&
  sh get.sh


Reply via email to