Resync
[CMakeLuaTailorHgBridge.git] / CMakeLua / Utilities / cmcurl-7.19.0 / packages / AIX / RPM / README
blob5229c6676dc128ebb46394c41bdf7edf1fe7abfb
1 $Id: README,v 1.1.1.1 2008-09-23 16:32:05 hoffman Exp $
2                              _   _ ____  _
3                          ___| | | |  _ \| |
4                         / __| | | | |_) | |
5                        ( (__| |_| |  _ <| |___
6                         \___|\___/|_| \_\_____|
7                             for AIX Toolbox
9 Author: Tor Arntsen
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 
24 the RPM, e.g. 
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 
31 in .tar.bz2 format.
33 The nifty cURL header of this README is a ripoff of the vms/readme file.