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