Skip to content
Snippets Groups Projects
Commit be3d6012 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

another Kevin Roth update

parent ca0fd33d
No related branches found
No related tags found
No related merge requests found
...@@ -20,6 +20,7 @@ cygwintmp = $(CURDIR)/tmp_binbuild ...@@ -20,6 +20,7 @@ cygwintmp = $(CURDIR)/tmp_binbuild
cygwinbin: cygwinbin:
rm -rf $(cygwintmp) rm -rf $(cygwintmp)
$(MAKE) -C $(top_builddir) install-strip prefix=$(cygwintmp)/usr $(MAKE) -C $(top_builddir) install-strip prefix=$(cygwintmp)/usr
$(STRIP) $(cygwintmp)/usr/bin/cygcurl-?.dll
$(mkinstalldirs) $(cygwintmp)/usr/doc/Cygwin \ $(mkinstalldirs) $(cygwintmp)/usr/doc/Cygwin \
$(cygwintmp)/usr/doc/$(PACKAGE)-$(VERSION) $(cygwintmp)/usr/doc/$(PACKAGE)-$(VERSION)
cp $(srcdir)/README \ cp $(srcdir)/README \
......
...@@ -8,12 +8,9 @@ Curl is a tool for transferring files with URL syntax, supporting ...@@ -8,12 +8,9 @@ Curl is a tool for transferring files with URL syntax, supporting
See /usr/doc/curl-<version>/FEATURES for more info. See /usr/doc/curl-<version>/FEATURES for more info.
Runtime Dependencies: Dependencies:
- Cygwin - Cygwin
- OpenSSL 0.9.6b-2+ (*)
Compile-time Dependencies:
- OpenSSL 0.9.6b (*)
(*) cURL can be built without SSL support: ./configure --without-ssl (*) cURL can be built without SSL support: ./configure --without-ssl
...@@ -79,10 +76,10 @@ Packaging Instructions: ...@@ -79,10 +76,10 @@ Packaging Instructions:
cookies, user+password authentication, file transfer resume, cookies, user+password authentication, file transfer resume,
http proxy tunneling and a busload of other useful tricks." http proxy tunneling and a busload of other useful tricks."
category: Web Libs category: Web Libs
requires: cygwin requires: cygwin openssl
Cygwin port maintained by: Cygwin port maintained by:
Kevin Roth <kproth at bigfoot dot com> Kevin Roth <kproth at bigfoot dot com>
Questions regarding cURL use should be directed to curl@contactor.se. Questions about cURL should be directed to curl@contactor.se.
Questions regarding its packaging should be directed to cygwin@cygwin.com. Questions about its cygwin package should be directed to cygwin@cygwin.com.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment