diff --git a/xbps-src b/xbps-src index dd873524016..9e5123c7cb5 100755 --- a/xbps-src +++ b/xbps-src @@ -27,46 +27,50 @@ bootstrap-update Updates bootstrap packages with latest versions available from registered repositories in the XBPS configuration file. -build - Build package source (fetch + extract + configure + build). - -check - Run the package check(s) after building the package source. - consistency-check Runs a consistency check on all packages chroot Enter to the chroot in . -clean [pkgname] - Removes auto dependencies, cleans up /builddir and /destdir. - If argument is specified, package files from /destdir and its - build directory in /buiddir are removed. - clean-repocache Removes obsolete packages from /repocache. -configure - Configure a package (fetch + extract + configure). +fetch + Download package source distribution file(s). extract Extract package source distribution file(s) into the build directory. By default set to /builddir. -fetch - Download package source distribution file(s). +patch + Patch the package sources and perform other operations required to + prepare a package for configuring and building + +configure + Configure a package (fetch + extract + patch + configure). + +build + Build package source (fetch + extract + patch + configure + build). + +check + Run the package check(s) after building the package source. install Install target package into but not building the binary package and not removing build directory for inspection purposes. -list - Lists installed packages in . - pkg Build binary package for and all required dependencies. +clean [pkgname] + Removes auto dependencies, cleans up /builddir and /destdir. + If argument is specified, package files from /destdir and its + build directory in /buiddir are removed. + +list + Lists installed packages in . + remove Remove target package from . If - is not matched from build template nothing is removed.