Explanation for adding packages to index.html

This commit is contained in:
Thomas Mayer 2012-09-08 11:38:01 +02:00
parent dd54b69d76
commit d711e21f6a
1 changed files with 17 additions and 0 deletions

View File

@ -2037,6 +2037,23 @@ USE_OSGPLUGIN(<plugin2>)
<pre>$(PKG)_DEPS := gcc ...</pre>
</li>
<li>
<p>
Add your package to the <a href="#packages">list of packages</a>.
</p>
<p>
Each package gets its own table row element with table cells having IDs
specifying your .mk file, package version and website:
</p>
<pre>
&lt;tr&gt;
&lt;td id="gettext-package"&gt;gettext&lt;/td&gt;
&lt;td id="gettext-version"&gt;0.18.1.1&lt;/td&gt;
&lt;td id="gettext-website"&gt;&lt;a href="http://www.gnu.org/software/gettext/"&gt;gettext&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
</pre>
</li>
<li>
<p>
Write your <code>$(PKG)_BUILD</code>.