summaryrefslogtreecommitdiff
path: root/packages/README
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-10-31 09:50:22 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-10-31 09:50:22 +0000
commit823785c53ef0b25b04c414c5703e933d5e497bd4 (patch)
treeae2218bf13299697d349425fff128f7a76b51600 /packages/README
parent1c0fd24a361aecc9aeadb2eca58d1b2b4191c45e (diff)
downloadcurl-823785c53ef0b25b04c414c5703e933d5e497bd4.tar.gz
new package related file
Diffstat (limited to 'packages/README')
-rw-r--r--packages/README27
1 files changed, 27 insertions, 0 deletions
diff --git a/packages/README b/packages/README
new file mode 100644
index 000000000..cb50b4018
--- /dev/null
+++ b/packages/README
@@ -0,0 +1,27 @@
+ _ _ ____ _
+ ___| | | | _ \| |
+ / __| | | | |_) | |
+ | (__| |_| | _ <| |___
+ \___|\___/|_| \_\_____|
+
+PACKAGES
+
+ This directory and all its subdirectories are for special package
+information, template, scripts and docs. The files herein should be of use for
+those of you who want to package curl in a binary or source format using one
+of those custom formats.
+
+ The hierarchy for these directories is something like this:
+
+ packages/[OS]/[FORMAT]/
+
+ Currently, we have Win32 and Linux for [OS]. There might be different formats
+for the same OS so for Linux we have RPM as format.
+
+ We might need to add some differentiation for CPU as well, as there is
+Linux-RPMs for several CPUs. However, it might not be necessary since the
+packaging should be pretty much the same no matter what CPU that is used.
+
+ For each unique OS-FORMAT pair, there's a directory to "fill"! I'd like to
+see a single README with as much details as possible, and then I'd like some
+template files for the package process.