README 1.2 KB

123456789101112131415161718192021222324252627282930313233
  1. _ _ ____ _
  2. ___| | | | _ \| |
  3. / __| | | | |_) | |
  4. ( (__| |_| | _ <| |___
  5. \___|\___/|_| \_\_____|
  6. for AIX Toolbox
  7. Author: Tor Arntsen
  8. The spec file in this directory is based on the Linux ssl and non-ssl
  9. curl spec files, plus additions to make it AIX Toolbox compatible.
  10. The AIX Toolbox setup (installs into /opt/freeware, with symlinks in
  11. /usr/bin,/usr/lib,/usr/include) are based on IBM's aixtoolbox spec
  12. file written by David Clissold <cliss@austin.ibm.com>, see
  13. ftp://ftp.software.ibm.com/aixtoolbox/SPECS/curl-7.9.3-2.spec
  14. This spec file is designed to be a drop-in replacement for the
  15. old spec file found at the above link. Thus, like the old spec file
  16. this version is also a unified ssl/non-ssl version. To get non-ssl
  17. RPMs just pass --define 'nossl 1' to the command line when building
  18. the RPM, e.g.
  19. rpm -bb --define 'nossl 1' curl.spec
  20. Default is to build with ssl support.
  21. Lastly, the spec file expects the Curl source distribution file to be
  22. in .tar.bz2 format.
  23. The nifty curl header of this README is a ripoff of the vms/readme file.