Module Guidelines
(Difference between revisions)
(Don't install files into the system after BUILD or devoke_installwatch.) |
m (→Rules) |
||
Line 5: | Line 5: | ||
=== Generic === | === Generic === | ||
− | * | + | * Never use tabs. '''Use spaces''' instead. |
− | * Use 72 columns maximum width whenever possible (but always in '''DETAILS'''!). | + | * Use '''72 columns''' maximum width whenever possible (but always in '''DETAILS'''!). |
=== DETAILS === | === DETAILS === | ||
− | * Use '''sha1:''' instead of | + | * Use '''sha1:''' instead of ''md5:'' for '''SOURCE_VFY''' values. |
* Don't insert your eMail address into the '''MAINTAINER''' field unless you are a Lunar developer. | * Don't insert your eMail address into the '''MAINTAINER''' field unless you are a Lunar developer. | ||
Revision as of 14:19, 27 August 2006
Contents |
Rules
Generic
- Never use tabs. Use spaces instead.
- Use 72 columns maximum width whenever possible (but always in DETAILS!).
DETAILS
- Use sha1: instead of md5: for SOURCE_VFY values.
- Don't insert your eMail address into the MAINTAINER field unless you are a Lunar developer.
DEPENDS
CONFLICTS
CONFIGURE
PRE_BUILD
BUILD
- Don't install files after calling devoke_installwatch.
POST_BUILD
- Don't install any files into the system.
POST_INSTALL
- Don't install any files into the system.