Custom package example: Difference between revisions
From LFScript
Created page with "This is a sample layout which you must use if you are contributing a custom script. Note that this layout is roughly the same as used in BLFS, however because the page will be..." |
No edit summary |
||
Line 3: | Line 3: | ||
If for any reason, your page causes problems with ScriptFactory, it will be marked as unusable until YOU fix the problem. | If for any reason, your page causes problems with ScriptFactory, it will be marked as unusable until YOU fix the problem. | ||
== | == Sources == | ||
* Primary source: [http://www.example.com/sourcecode-1.0.tar.xz http://www.example.com/sourcecode-1.0.tar.xz] | |||
* Alternative source: [http://www.example.com/alt/sourcecode-1.0.tar.xz http://www.example.com/alt/sourcecode-1.0.tar.xz] | |||
* Required patch: [http://www.example.com/patch/sourcecode-1.0_fix.patch http://www.example.com/patch/sourcecode-1.0_fix.patch] | |||
==== MD5 Checksums ==== | |||
<pre>9244091002a9d52e91fca0b1f3818ab9 sourcecode-1.0.tar.xz | |||
d41d8cd98f00b204e9800998ecf8427e sourcecode-1.0_fix.patch</pre> | |||
== Pre-installation == | |||
If your software requires any pre-installation (like adding special users or groups), you must specify it here. | |||
<pre class="runAsRoot">useradd -m sampleUser</pre> |
Revision as of 22:30, 31 January 2012
This is a sample layout which you must use if you are contributing a custom script. Note that this layout is roughly the same as used in BLFS, however because the page will be imported in LFScript through ScriptFactory it is important that you follow the style set here exactly.
If for any reason, your page causes problems with ScriptFactory, it will be marked as unusable until YOU fix the problem.
Sources
- Primary source: http://www.example.com/sourcecode-1.0.tar.xz
- Alternative source: http://www.example.com/alt/sourcecode-1.0.tar.xz
- Required patch: http://www.example.com/patch/sourcecode-1.0_fix.patch
MD5 Checksums
9244091002a9d52e91fca0b1f3818ab9 sourcecode-1.0.tar.xz d41d8cd98f00b204e9800998ecf8427e sourcecode-1.0_fix.patch
Pre-installation
If your software requires any pre-installation (like adding special users or groups), you must specify it here.
useradd -m sampleUser