1 $Id: README,v 1.1.1.1 2008-09-23 16:32:05 hoffman Exp $
6 \___|\___/|_| \_\_____|
11 The spec file in this directory is based on the Linux ssl and non-ssl
12 curl spec files, plus additions to make it AIX Toolbox compatible.
14 The AIX Toolbox setup (installs into /opt/freeware, with symlinks in
15 /usr/bin,/usr/lib,/usr/include) are based on IBM's aixtoolbox spec
16 file written by David Clissold <cliss@austin.ibm.com>, see
18 ftp://ftp.software.ibm.com/aixtoolbox/SPECS/curl-7.9.3-2.spec
20 This spec file is designed to be a drop-in replacement for the
21 old spec file found at the above link. Thus, like the old spec file
22 this version is also a unified ssl/non-ssl version. To get non-ssl
23 RPMs just pass --define 'nossl 1' to the command line when building
26 rpm -bb --define 'nossl 1' curl.spec
28 Default is to build with ssl support.
30 Lastly, the spec file expects the Curl source distribution file to be
33 The nifty cURL header of this README is a ripoff of the vms/readme file.