root/trunk/freewrt/package/package.tex

Revision 3802, 0.8 kB (checked in by n0-1, 4 years ago)

start documenting the package/ subdir

* this is rather a skeleton
* FEEL FREE TO ADD CONTENT

Line 
1 \section{Package Compilation}
2
3 The following section discusses how additional software packages are being
4 hooked into the ADK. First every package has it's own subdirectory inside the
5 \textit{package/} directory, containing at least the files \textit{Makefile}
6 and \textit{Config.in}. The package is hooked into the ADK via the files
7 \textit{package/Config.in} and \textit{package/Makefile}.
8
9 % for package foo:
10 % - describe foo/Config.in and foo/Makefile (simple examples)
11 % - give sample entries for foo in package/Config.in and package/Makefile
12
13 % discuss build process here?
14 % -> maybe at least the patching mechanism
15
16 % further reading on package/*/{Config.in,Makefile}
17 % - *_STYLE variables and their usage
18 % - files/ subdir
19 % - patches/ subdir
20 % - special packages (NO_DISTFILES and stuff)
21
Note: See TracBrowser for help on using the browser.