doc/manual.txt: bye bye create_srcdir.

This commit is contained in:
Juan RP 2014-03-05 12:10:18 +01:00
parent 403a9ca68e
commit fdfb97c92d
1 changed files with 0 additions and 5 deletions

View File

@ -310,11 +310,6 @@ about the available package `build methods`. If `build_style` is not set,
the package must define at least a `do_install()` function, and optionally
more build phases as such `do_configure()`, `do_build()`, etc.
*create_srcdir*::
This creates a directory in `${XBPS_SRCDISTDIR}` as such `${pkgname}-${version}`
to store the package sources at the `extract` phase. Required in packages that
use unversioned ${distfiles}`.
*configure_script*::
The name of the `configure` script to execute at the `configure` phase if
`${build_style}` is set to `configure` or `gnu-configure` build methods.