aboutsummaryrefslogtreecommitdiff
path: root/packages/README
blob: b256937c5cddee3c6f9ca0cb01b4eca8edf0efdc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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>