• Home
Name Date Size #Lines LOC

..--

AIX/03-May-2024-178139

DOS/03-May-2024-149119

EPM/03-May-2024-8070

Linux/03-May-2024-248185

NetWare/03-May-2024-11858

OS400/03-May-2024-6,3815,081

Solaris/03-May-2024-3933

Symbian/03-May-2024-443370

TPF/03-May-2024-145104

Win32/03-May-2024-182127

vms/03-May-2024-9,8149,202

Makefile.amD03-May-2024824 3432

READMED03-May-20241.1 KiB2820

README

1                                  _   _ ____  _
2                              ___| | | |  _ \| |
3                             / __| | | | |_) | |
4                            | (__| |_| |  _ <| |___
5                             \___|\___/|_| \_\_____|
6
7PACKAGES
8
9 This directory and all its subdirectories are for special package
10information, template, scripts and docs. The files herein should be of use for
11those of you who want to package curl in a binary or source format using one
12of those custom formats.
13
14 The hierarchy for these directories is something like this:
15
16   packages/[OS]/[FORMAT]/
17
18 Currently, we have Win32 and Linux for [OS]. There might be different formats
19for the same OS so for Linux we have RPM as format.
20
21 We might need to add some differentiation for CPU as well, as there is
22Linux-RPMs for several CPUs. However, it might not be necessary since the
23packaging should be pretty much the same no matter what CPU that is used.
24
25 For each unique OS-FORMAT pair, there's a directory to "fill"! I'd like to
26see a single README with as much details as possible, and then I'd like some
27template files for the package process.
28