.
[egatrop.git] / README.txt
bloba01f41171640a09511f72be819ff554a252cd35a
1 Files:
2 ======
3 - todo.otl:
4    vim outliner file with project track
5 - /opt/egatrop:
6    egatrops directory structure
9 Mirror support:
10 ===============
11 Simply set a mirror variable:
12 MIRROR=mirror.corvix.eu
14 Functions in ebuilds:
15 =====================
16 _efetch: 
17    if needed, download the ESRC_URI files
18 _emd5check:
19    check the md5sums of the ESRC_URI files with the EMD5 checksums
20 _ename:
21    set variables from EBUILD_NAME
22 _esu:
23    sudo wrapper
24 _eautomake:
25    ./configure... ; make 
26 _epython:
27    python setup.py ...
28 _eunpack:
29    unpacking of archive ...
30 _einstall:
31    wrapper for
32    (a) python install 
33    (b) automake install
34    (c) manual install, last argument has to be installed file(!)
35    wrapper for "make install" will write installed files to ILOG
37 Variables in ebuilds:
38 =====================
39 ILOG:
40    logfile of installed files
41 EDOC_URI:
42    additional documentation files; will be installed automatically
43 EDEP:
44    dependencies (resolved by egatrop)
45 EDEP_DEB:
46    dependencies (resolved by debian)