Files
haikuports/net-misc/curl/additional-files/curl.rdef
fbrosson 964da70483 curl: bump to 7.49.1, use _BSD_SOURCE (required for make check). (#620)
* Bump to 7.49.1 and call runConfigure with CFLAGS=_BSD_SOURCE and
  CXXFLAGS=-D_BSD_SOURCE otherwise "make check" fails to build.
* Drop $manDir/man3 on 2nd arch devel packages.
* Move the manual page of curl-config(1) to the devel package.
* Use install (instead of mkdir and cp) to simplify INSTALL().
* Keep $binDir for 2nd arch since x86_gcc2 fails many tests.
* No need to call libtoolize. Keep autoconf (needed on x86_64).
* Add version info in rdef file to have "Get Info" show it.
2016-06-02 10:37:46 +02:00

11 lines
193 B
Plaintext

resource app_version {
major = @MAJOR@,
middle = @MIDDLE@,
minor = @MINOR@,
variety = B_APPV_FINAL,
internal = 0,
short_info = "curl",
long_info = "curl ©1996-2016 Daniel Stenberg"
};