Mercurial > hg > mxe
diff index.html @ 2719:7ba8f13a0853
Explanation for adding packages to index.html
author | Thomas Mayer <thomas@residuum.org> |
---|---|
date | Sat, 08 Sep 2012 11:38:01 +0200 |
parents | c38f62ba10b1 |
children | d6c677d7e0e3 |
line wrap: on
line diff
--- a/index.html +++ b/index.html @@ -2039,6 +2039,23 @@ <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> +<tr> + <td id="gettext-package">gettext</td> + <td id="gettext-version">0.18.1.1</td> + <td id="gettext-website"><a href="http://www.gnu.org/software/gettext/">gettext</a></td> +</tr> + </pre> + </li> + + <li> + <p> Write your <code>$(PKG)_BUILD</code>. If your library has a <code>./configure</code> script, enable/disable all dependency libraries explicitly