From e42e81101b27bc2a27796f3ffed0656fbb113b4a Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 22 Nov 2013 14:31:49 +0100 Subject: [PATCH] manual.adoc: misc fixes. --- manual.adoc | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/manual.adoc b/manual.adoc index ecc5e04e592..7b5bb272e1c 100644 --- a/manual.adoc +++ b/manual.adoc @@ -36,7 +36,6 @@ A simple `template` example is as follows: distfiles="http://www.foo.org/foo-${version}.tar.gz" checksum="fea0a94d4b605894f3e2d5572e3f96e4413bcad3a085aae7367c2cf07908b2ff" # end of source section - # package section foo_package() { pkg_install() { @@ -313,10 +312,12 @@ The current list of available `build_style` scripts is the following: depend on additional packages. `perl-ModuleBuild`:: - For packages that use the Perl [Module::Build](http://search.cpan.org/~leont/Module-Build-0.4202/lib/Module/Build.pm) method. + For packages that use the Perl + http://search.cpan.org/~leont/Module-Build-0.4202/lib/Module/Build.pm[Module::Build] method. `perl`:: - For packages that use the standard Perl [ExtUtils::MakeMaker](http://perldoc.perl.org/ExtUtils/MakeMaker.html) build method. + For packages that use the Perl + http://perldoc.perl.org/ExtUtils/MakeMaker.html[ExtUtils::MakeMaker] build method. `python-module`:: For packages that use the Python module build method (setup.py). @@ -324,13 +325,14 @@ The current list of available `build_style` scripts is the following: `waf3`:: For packages that use the Python3 `waf` build method with python3. -`waf`: +`waf`:: For packages that use the Python `waf` method with python2. source section - functions -------------------------- -The following functions can be defined to change the behavior of how the package is downloaded, compiled and installed. +The following functions can be defined to change the behavior of how the +package is downloaded, compiled and installed. `do_fetch`:: if defined and `distfiles` is not set, use it to fetch the required sources.