1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-25 17:48:48 -05:00
curl/packages/AIX/RPM
Viktor Szakats efc696a2e0 docs/examples: URL updates
- also update two URLs outside of docs/examples
- fix spelling of filename persistant.c
- fix three long lines that started failing checksrc.pl

Closes https://github.com/curl/curl/pull/3036
2018-09-23 09:23:29 +00:00
..
.gitignore provide an initial set of .gitignore files 2010-03-20 23:35:45 +01:00
curl.spec.in spelling fixes 2017-03-26 23:56:23 +02:00
Makefile.am Makefile.am was lost 2009-05-09 12:11:32 +00:00
README docs/examples: URL updates 2018-09-23 09:23:29 +00:00

                             _   _ ____  _
                         ___| | | |  _ \| |
                        / __| | | | |_) | |
                       ( (__| |_| |  _ <| |___
                        \___|\___/|_| \_\_____|
                            for AIX Toolbox

Author: Tor Arntsen

The spec file in this directory is based on the Linux ssl and non-ssl
curl spec files, plus additions to make it AIX Toolbox compatible.

The AIX Toolbox setup (installs into /opt/freeware, with symlinks in
/usr/bin,/usr/lib,/usr/include) are based on IBM's aixtoolbox spec
file written by David Clissold <cliss@austin.ibm.com>, see

https://public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/SPECS/curl-7.61.0-1.spec

This spec file is designed to be a drop-in replacement for the
old spec file found at the above link. Thus, like the old spec file
this version is also a unified ssl/non-ssl  version. To get non-ssl
RPMs just pass --define 'nossl 1' to the command line when building
the RPM, e.g.

rpm -bb --define 'nossl 1' curl.spec

Default is to build with ssl support.

Lastly, the spec file expects the Curl source distribution file to be
in .tar.bz2 format.

The nifty curl header of this README is a ripoff of the vms/readme file.