[pacman-dev] CVS update of pacman-lib/doc (makepkg.8)

Dan McGee dan at archlinux.org
Thu Mar 1 15:16:15 EST 2007


    Date: Thursday, March 1, 2007 @ 15:16:15
  Author: dan
    Path: /home/cvs-pacman/pacman-lib/doc

Modified: makepkg.8 (1.8 -> 1.9)

* Slight documentation update.


-----------+
 makepkg.8 |   16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)


Index: pacman-lib/doc/makepkg.8
diff -u pacman-lib/doc/makepkg.8:1.8 pacman-lib/doc/makepkg.8:1.9
--- pacman-lib/doc/makepkg.8:1.8	Fri Feb 23 14:51:24 2007
+++ pacman-lib/doc/makepkg.8	Thu Mar  1 15:16:15 2007
@@ -13,12 +13,16 @@
 .SH DESCRIPTION
 \fBmakepkg\fP is a script to automate the building of packages. All it needs is
 a build-capable Linux platform and a custom build script for each package you
-wish to build (known as a \fB\*(PB\fP). The advantage to a script-based build
-is that the work is only done once. Once you have the build script for a
-package, makepkg will do the rest: download and validate source files, check
-dependencies, configure the build-time settings, build the package, install the
-package into a temporary root, make customizations, generate meta-info, and
-package the whole thing up for \fBpacman\fP to use.
+wish to build (known as a \fB\*(PB\fP). See
+.BR \*(PB (5)
+for details on creating your own build scripts.
+
+The advantage to a script-based build is that the work is only done once. Once
+you have the build script for a package, makepkg will do the rest: download and
+validate source files, check dependencies, configure the build-time settings,
+build the package, install the package into a temporary root, make
+customizations, generate meta-info, and package the whole thing up for
+\fBpacman\fP to use.
 
 \fBmakeworld\fP can be used to rebuild an entire package group or the entire
 build tree. See \fBmakeworld --help\fP for syntax.




More information about the pacman-dev mailing list