Unverified Commit bae0d473 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

packages: remove old leftover files and dirs

This subdir has mostly become an attic of never-used cruft from the
past.

Closes #3331
parent 08efa19e
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -4277,17 +4277,7 @@ AC_CONFIG_FILES([Makefile \
           tests/libtest/Makefile \
           tests/unit/Makefile \
           packages/Makefile \
           packages/Win32/Makefile \
           packages/Win32/cygwin/Makefile \
           packages/Linux/Makefile \
           packages/Linux/RPM/Makefile \
           packages/Linux/RPM/curl.spec \
           packages/Linux/RPM/curl-ssl.spec \
           packages/Solaris/Makefile \
           packages/vms/Makefile \
           packages/AIX/Makefile \
           packages/AIX/RPM/Makefile \
           packages/AIX/RPM/curl.spec \
           curl-config \
           libcurl.pc
])

packages/AIX/Makefile.am

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
SUBDIRS = RPM

EXTRA_DIST = Makefile.am

packages/AIX/RPM/.gitignore

deleted100644 → 0
+0 −1
Original line number Diff line number Diff line
curl.spec

packages/AIX/RPM/Makefile.am

deleted100644 → 0
+0 −1
Original line number Diff line number Diff line
EXTRA_DIST = README curl.spec.in

packages/AIX/RPM/README

deleted100644 → 0
+0 −32
Original line number Diff line number Diff line
                             _   _ ____  _
                         ___| | | |  _ \| |
                        / __| | | | |_) | |
                       ( (__| |_| |  _ <| |___
                        \___|\___/|_| \_\_____|
                            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.
Loading