It looks pretty good to me -- I rebuilt it from source right now and it seems okay. The *only* quibble I have is that the binary package contains this file:
/etc/wgetrc Since it is just a copy of /usr/doc/wget-1.7.1/sample.wgetrc, you should probably just add some logic to your postinstall shell script: if [ ! -f /etc/wgetrc ]; then cp /usr/doc/wget-1.7.1/sample.wgetrc /etc/wgetrc fi Of course, future versions must take care to change the /usr/doc/wget-1.7.1/ path in that script... --Chuck Hack Kampbj�rn wrote: > I've updated the wget package to version 1.7.1. I didn't follow all the > discussions about packaging structure so if a kind soul would check that > I haven't overlooked anything it would be apreciated 8-) > > I've added a postinstall script to update the info dir file is the a way > to update it too if/when wget is uninstalled ? > > The files are: > http://hackdata.com/cygwin/setup.hint > http://hackdata.com/cygwin/wget-1.7.1-1.tar.bz2 > http://hackdata.com/cygwin/wget-1.7.1-1-src.tar.bz2 > > setup.hint: > ---------- > sdesc: "Utility to retrieve files from the WWW via HTTP and FTP" > ldesc: "GNU Wget is a file retrieval utility which can use either the > HTTP, HTTPS, or FTP protocols. Wget features include the ability to work > in the background while you're logged out, recursive retrieval of > directories, file name wildcard matching, remote file timestamp storage > and comparison, use of Rest with FTP servers and Range with HTTP servers > to retrieve files over slow or unstable connections, support for Proxy > servers, and configurability." > category: Web > requires: openssl libintl1 ash cygwin > >
