ea5689bdef04c387a24bb2cec8841083e7e07923
[debian/amanda] / packaging / README
1 This directory contains scripts and data files necessary to build various binary
2 (or source) installation packages.  These are the currently functional packages:
3         -Macintosh OS X >=10.4 .pkg files
4         -RPMs for various OSes that use them.  TODO: Wiki page with a full
5          list of RPM using distros and versions the .spec supports.
6         -Solaris .pkg files for 9,10
7 Coming soon:
8         -ebuilds for Gentoo
9         -.deb Debian style packages for various OSes that use them.
10         -.msi packages for Windows XP and Server 2003 
11
12 The Directory layout is as follows:
13 packaging/
14         common/         # Common files which can be shared by all packages such
15                         # License.txt, README, or Copyrights.  So far, empty :-)
16         deb/            # Debian
17         macosx-pkg/     # Macintosh OSX 
18         msi/            # MicroSoft Installer for Windows
19         rpm/            # RPM
20         sun-pkg/        # Solaris .pkg 
21
22 Each subdirectory (except common) has a shell script named buildpkg.  This script will 
23 actually build the package with Zmanda's defaults for you.
24
25 See http://wiki.zmanda.com/index.php/Installation for more information.