blob: 5f5e302b914d4848181fd5db95f4200ca79f10ac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
Configuration Script [config]
=============================
TODO
Build Makefile [build]
======================
TODO
Build Work Area [work-area]
===========================
When building packages, a new directory named `tmp` shall be created in the
source package directory. In this directory, the package source code shall be
copied or unpacked into a directory called `src` and an installation destination
directory named `dest` shall be created.
After all expected binary packages have been built, the work area (`tmp` and its
children) shall be removed.
|