Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/x11
In directory vz-cvs-3.sog:/tmp/cvs-serv1305/stable/main/finkinfo/x11
Added Files:
winetricks.info winetricks.patch
Log Message:
Silly winerabbit, winetricks are for kids! And also for stable
--- NEW FILE: winetricks.info ---
Package: winetricks
Version: 20100921
Revision: 1
Architecture: i386
Description: Install redistributable runtime tools in Wine
License: OSI-Approved
Maintainer: Benjamin Reed <[email protected]>
Depends: <<
cabextract,
wine
<<
BuildDepends: fink (>= 0.29.7-1)
CustomMirror: <<
Primary: http://www.finkproject.org/~ranger/distfiles
eur-NL: http://www.finkproject.org/~ranger/distfiles
nam-US: http://ranger.befunk.com/fink
<<
NoSourceDirectory: true
Source: mirror:custom:%n/%n-%v
Source-MD5: f5823c765572a90df2b52b476915cd59
PatchScript: patch -p0 %n-%v %{PatchFile}
PatchFile: %n.patch
PatchFile-MD5: 8c56e7d0f9877e83940ee2eac3a16f52
UseMaxBuildJobs: true
CompileScript: true
InstallScript: <<
install -d -m 755 %i/bin
install -c -m 755 %n-%v %i/bin/%n
<<
Homepage: http://wiki.winehq.org/winetricks
DescDetail: <<
Winetricks is a quick and dirty script to download and install
various redistributable runtime libraries sometimes needed to
run programs in Wine.
Note: Although using winetricks may be very useful for getting
some programs working in Wine, doing so may limit your ability
to get support though WineHQ. In particular, reporting bugs
may not be possible.
<<
--- NEW FILE: winetricks.patch ---
--- winetricks-20100921 2010-09-21 11:22:19.000000000 -0400
+++ winetricks-20100921.new 2010-09-21 11:23:01.000000000 -0400
@@ -546,12 +546,12 @@
# [*] --read-timeout is useful on the adobe server that doesn't
# close the connection unless you tell it to (control-C or closing
# the socket)
- try wget -O "$file" -nd -c --read-timeout=300 --retry-connrefused
--header "Accept-Encoding: gzip,deflate" "$2"
+ try wget -O "$file" -nd -c --read-timeout=300
--no-check-certificate --retry-connrefused --header "Accept-Encoding:
gzip,deflate" "$2"
elif [ -x "`which curl 2>/dev/null`" ]
then
# curl doesn't get filename from the location given by the server!
# fortunately, we know it
- try curl -L -o "$file" -C - --header "Accept-Encoding:
gzip,deflate" "$2"
+ try curl -L -o "$file" -C - --insecure --header "Accept-Encoding:
gzip,deflate" "$2"
else
die "wget/curl not found, cannot download any files. Please
install either wget or curl."
fi
------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs