aboutsummaryrefslogtreecommitdiff
path: root/packages/README
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2004-04-11 19:27:30 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2004-04-11 19:27:30 +0000
commite93db10ca8e3650285ae7307a238f6c21b61bfac (patch)
treeadf71f5c3ad3cc45fea540312b4647763dddc456 /packages/README
parente145170236840590069bb9e517e4ea32378b1725 (diff)
explained namimg scheme
svn path=/trunk/; revision=1597
Diffstat (limited to 'packages/README')
-rw-r--r--packages/README23
1 files changed, 23 insertions, 0 deletions
diff --git a/packages/README b/packages/README
new file mode 100644
index 00000000..b256937c
--- /dev/null
+++ b/packages/README
@@ -0,0 +1,23 @@
+
+This directory is for package builders for various platforms. The
+directories here should be named using the following format:
+
+platform_pkgname
+
+So for example, Pd for Windows runs on the Win32 platform, and uses Inno
+Setup to create the installer package, so the directory is called:
+win32_inno. This name should also be all lowercase and use an underscore for
+a separator.
+
+There are package making files out there that are not in the Pd CVS. I know
+of the PlanetCCRMA RPMs and Mandrake RPMs. So for example, when these get
+checked it, they should be in:
+
+planetccrma_rpm
+mandrake_rpm
+
+Standards are good! ;)
+
+<hans@at.or.at>
+
+