• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..22-Apr-20165

curl.spec.inH A D13-Aug-20133 KiB

Makefile.amH A D13-Aug-201334

Makefile.inH A D13-Aug-201312 KiB

READMEH A D13-Aug-20131.2 KiB

README

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