APKBUILD examples: Difference between revisions
No edit summary |
m (again, sorry) |
||
Line 10: | Line 10: | ||
== Special subpackages == | == Special subpackages == | ||
* [[APKBUILD_examples:Special_Subpackages_Doc|-doc subpackage]] | * [[APKBUILD_examples:Special_Subpackages_Doc|-doc subpackage]] | ||
* [[]] | * [[APKBUILD_examples:Special_Subpackages_Test|-test subpackage]] | ||
== Application specific examples == | == Application specific examples == | ||
Line 18: | Line 18: | ||
=== PHP === | === PHP === | ||
* [[APKBUILD_examples:Php|Php] | * [[APKBUILD_examples:Php|Php]] | ||
=== Python === | === Python === | ||
* [[APKBUILD_examples:Python|Python]] | * [[APKBUILD_examples:Python|Python]] |
Revision as of 07:27, 24 June 2011
The following APKBUILD examples will assist you in understanding how to create an APKBUILD and provide snippets to use in your own APKBUILD files. Often there are multiple possible solutions for a problem available. If you align your way to solve an issue with an existing solution, make the AKPBUILD files more legible for others and reduce the chance to implement a misbehaviour.