# HG changeset patch # User Thomas Mayer # Date 1347097081 -7200 # Node ID 7ba8f13a085322a9f4f419c73ebcdb7f7dbf8b9a # Parent c38f62ba10b1c389e336ec3c5837ea4a85c48c9d Explanation for adding packages to index.html diff -r c38f62ba10b1 -r 7ba8f13a0853 index.html --- a/index.html Thu Sep 06 23:16:41 2012 +0200 +++ b/index.html Sat Sep 08 11:38:01 2012 +0200 @@ -2039,6 +2039,23 @@
  • + Add your package to the list of packages. +

    +

    + Each package gets its own table row element with table cells having IDs + specifying your .mk file, package version and website: +

    +
    +<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>
    +        
    +
  • + +
  • +

    Write your $(PKG)_BUILD. If your library has a ./configure script, enable/disable all dependency libraries explicitly