File: templates

package info (click to toggle)
apt-build 0.12.49
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 436 kB
  • sloc: perl: 715; sh: 263; ansic: 168; makefile: 44
file content (87 lines) | stat: -rw-r--r-- 3,634 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
Template: apt-build/build_dir
Type: string
Default: /var/cache/apt-build/build
_Description: Directory used by apt-build to download and build packages:

Template: apt-build/repository_dir
Type: string
Default: /var/cache/apt-build/repository
_Description: Directory used to store packages built by apt-build:

Template: apt-build/add_to_sourceslist
Type: boolean
Default: true
_Description: Add apt-build repository to sources.list?
 In order to install built package via APT, you must add a line like this
 to your sources.list:
   deb file:${repo} apt-build main

Template: apt-build/olevel
Type: select
__Choices: Light, Medium, Strong
Default: Medium
_Description: Optimization level:
 These are equivalent to -O1, -O2 and -O3. Optimization level is time
 dependant. The higher optimization level you choose, more time will be
 required for compiling, but the faster your programs will be.
 Warning: Strong optimization may lead to stability problems.

Template: apt-build/arch_intel
Type: select
Choices: generic, native, i386, i486, i586, pentium, pentium-mmx, pentiumpro, i686, pentium2, pentium3, pentium3m, pentium-m, pentium4, pentium4m, prescott, nocona, core2, corei7, corei7-avx, core-avx-i, atom
Default: native
_Description: Architecture:
 If your architecture is not here, choose one and edit your configuration
 file (/etc/apt/apt-build.conf) by hand, and please do a wishlist bugreport.

Template: apt-build/arch_amd
Type: select
Choices: native, k6, k6-2, k6-3, athlon, athlon-tbird, athlon-4, athlon-xp, athlon-mp, k8, opteron, athlon64, athlon-fx, i8-sse3, opteron-sse3, athlon64-sse3, amdfam10, barcelona, bdver1, btver1
Default: native
_Description: Architecture:
 If your architecture is not here, choose one and edit your configuration
 file (/etc/apt/apt-build.conf) by hand, and please do a wishlist bugreport.

Template: apt-build/arch_amd64
Type: select
Choices: native, nocona, core2, corei7, corei7-avx, core-avx-i, atom, k8, opteron, athlon64, athlon-fx, k8-sse3, opteron-sse3, athlon64-sse3, amdfam10, barcelona, bdver1, btver1
Default: native
_Description: Architecture:
 If your architecture is not here, choose one and edit your configuration
 file (/etc/apt/apt-build.conf) by hand, and please do a wishlist bugreport.

Template: apt-build/arch_sparc
Type: select
Choices: native, v7, v8, sparclite, sparclet, v9, cypress, supersparc, hypersparc, leon, f930, f934, sparclite86x, tsc701, ultrasparc, ultrasparc3, niagara, niagara2, niagara3, niagara4
Default: native
_Description: Architecture:
 If your architecture is not here, choose one and edit your configuration
 file (/etc/apt/apt-build.conf) by hand, and please do a wishlist bugreport.

Template: apt-build/arch_arm
Type: select
Choices: native, armv2, armv2a, armv3, armv3m, armv4, armv4t, armv5, armv5t, armv5te, armv6, armv6j, armv6t2, armv6zk, armv6-m, armv7, armv7-a, armv7-r, armv7-m, iwmmxt, iwmmxt2, ep9312
Default: native
_Description: Architecture:
 If your architecture is not here, choose one and edit your configuration
 file (/etc/apt/apt-build.conf) by hand, and please do a wishlist bugreport.

Template: apt-build/arch_alpha
Type: select
Choices: native, ev4, ev5, ev56, pca56, ev6, ev67
Default: native
_Description: Architecture:
 If your architecture is not here, choose one and edit your configuration
 file (/etc/apt/apt-build.conf) by hand, and please do a wishlist bugreport.

Template: apt-build/options
Type: string
_Description: Options to add to gcc:

Template: apt-build/make_options
Type: string
_Description: Options to add to make:

Template: apt-build/archtype
Type: string
Description: for internal use