summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_comp/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'pkgtools/pkg_comp/DESCR')
-rw-r--r--pkgtools/pkg_comp/DESCR13
1 files changed, 13 insertions, 0 deletions
diff --git a/pkgtools/pkg_comp/DESCR b/pkgtools/pkg_comp/DESCR
new file mode 100644
index 00000000000..de1311fd876
--- /dev/null
+++ b/pkgtools/pkg_comp/DESCR
@@ -0,0 +1,13 @@
+pkg_comp is a small utility designed to build packages inside a
+clean chroot tree.
+
+Some ideas about what to use it for (taken from manpage):
+* Build packages for other system versions. For example, build
+ packages for NetBSD 1.5 while you are running NetBSD current.
+* Build packages using different options than your current system
+ like changing the threading library, COPTS, placement of
+ configuration files, etc.
+* Debug the build process of a package, checking if buildlinks
+ work properly.
+* Avoid autoconf's side effects by keeping a separate chroot for
+ each project, like one for GNOME2 and another one for KDE3.