update Thu May 20 06:37:01 PDT 2010
[pkgsrc.git] / pkgtools / pkg_comp / DESCR
1 pkg_comp is a small utility designed to build packages inside a
2 clean chroot tree.
3
4 Some ideas about what to use it for (taken from manpage):
5 * Build packages for other system versions. For example, build
6   packages for NetBSD 1.5 while you are running NetBSD current.
7 * Build packages using different options than your current system
8   like changing the threading library, COPTS, placement of
9   configuration files, etc.
10 * Debug the build process of a package, checking if buildlinks
11   work properly.
12 * Avoid autoconf's side effects by keeping a separate chroot for
13   each project, like one for GNOME2 and another one for KDE3.
14 * Schedule builds of package sets for several different machines.