From: Daniel M. <dm...@ne...> - 2005-05-09 03:56:40
|
Modified Files: packaging.en.xml Log Message: Add links to %-exp and Scripts docs from Patch/Compile/InstallScript Index: packaging.en.xml =================================================================== RCS file: /cvsroot/fink/web/xml/packaging/packaging.en.xml,v --- packaging.en.xml 11 Apr 2005 23:07:20 -0000 1.60 +++ packaging.en.xml 9 May 2005 00:59:43 -0000 1.62 @@ -2024,12 +2024,13 @@ <item><itemt>PatchScript</itemt> <itemd> <p> -A list of commands that are run in the patch phase. See the note -on scripts below. This is the place to put commands that patch or -otherwise modify the package. There is no default. Before the -commands are executed, percent expansion takes place (see last -section). +A list of commands that are run in the patch phase. This is the place +to put commands that patch or otherwise modify the package source. See +the <xref chapter="reference" section="scripts">note on scripts</xref> +below. Before the commands are executed, <xref chapter="format" +section="percent">percent expansion</xref> takes place. There is no +default. </p> </itemd></item> @@ -2166,10 +2167,13 @@ <item><itemt>CompileScript</itemt> <itemd> <p> -A list of commands that are run in the compile phase. See the note -on scripts below. This is the place to put commands that configure and -compile the package. Normally the default is: +A list of commands that are run in the compile phase. This is the +place to put commands that configure and compile the package. See +the <xref chapter="reference" section="scripts">note on scripts</xref> +below. Before the commands are executed, <xref chapter="format" +section="percent">percent expansion</xref> takes place. Normally the +default is: </p> <codeblock>./configure %c make</codeblock> @@ -2215,10 +2219,6 @@ <p>where <code>$perlarchdir</code> is "darwin" for versions 5.8.0 and earlier, and is "darwin-thread-multi-2level" for versions 5.8.1 and later.</p> -<p> -Before the commands are executed, percent expansion takes place -(see previous section). -</p> </itemd></item> <item><itemt>NoPerlTests</itemt> @@ -2254,10 +2254,13 @@ <item><itemt>InstallScript</itemt> <itemd> <p> -A list of commands that are run in the install phase. See the note -on scripts below. This is the place to put commands that copy all -necessary files to the stow directory for the package. Normally the +A list of commands that are run in the install phase. This is the +place to put commands that copy all the necessary files into the +temporary dpkg directory for the package. See the <xref +chapter="reference" section="scripts">note on scripts</xref> +below. Before the commands are executed, <xref chapter="format" +section="percent">percent expansion</xref> takes place. Normally the default is: </p> <codeblock>make install prefix=%i</codeblock> @@ -2300,8 +2303,7 @@ "darwin-thread-multi-2level" for versions 5.8.1 and later.</p> <p> If the package supports it, it is preferably to use <code>make install -DESTDIR=%d</code> instead. Before the commands are executed, percent -expansion takes place (see previous section). +DESTDIR=%d</code> instead. </p> </itemd></item> |