From 08962d40c076e0343af724db6243c81cff2c7c25 Mon Sep 17 00:00:00 2001 From: Judd Vinet Date: Fri, 19 Aug 2005 22:41:20 +0000 Subject: Imported from pacman-2.9.7-TEST.tar.gz --- doc/makepkg.8.in | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'doc/makepkg.8.in') diff --git a/doc/makepkg.8.in b/doc/makepkg.8.in index 569f3596..0de31bf1 100644 --- a/doc/makepkg.8.in +++ b/doc/makepkg.8.in @@ -342,6 +342,11 @@ Do not perform any dependency checks. This will let you override/ignore any dependencies required. There's a good chance this option will break the build process if all of the dependencies aren't installed. .TP +.B "\-e, \-\-noextract" +Do not extract source files. Instead, use whatever already exists in the +src/ directory. This is handy if you want to go into src and manually +patch/tweak code, then make a package out of the result. +.TP .B "\-f, \-\-force" \fBmakepkg\fP will not build a package if a \fIpkgname-pkgver-pkgrel.pkg.tar.gz\fP file already exists in the build directory. You can override this behaviour with @@ -384,6 +389,11 @@ or run-time dependencies, it will run pacman to try and resolve them. If succes pacman will download the missing packages from a package repository and install them for you. .TP +.B "\-S, \-\-sudosync" +Install missing dependencies using pacman and sudo. This is the same as \fB-s\fP +except that makepkg will call pacman with sudo. This means you don't have to +build as root to use dependency auto-resolution. +.TP .B "\-w " Write the resulting package file to the directory \fI\fP instead of the current working directory. -- cgit v1.2.3-24-g4f1b