comparison: nessus-tool/nessus-tool.spec
nessus-tool/nessus-tool.spec
- changeset 296
- fdacb8355f94
- parent 102
- 8db7071256b6
equal
deleted
inserted
replaced
| 30 Distribution: OpenPKG Community |
30 Distribution: OpenPKG Community |
| 31 Class: EVAL |
31 Class: EVAL |
| 32 Group: Monitoring |
32 Group: Monitoring |
| 33 License: GPL |
33 License: GPL |
| 34 Version: 2.2.11 |
34 Version: 2.2.11 |
| 35 Release: 20081120 |
35 Release: 20090106 |
| 36 |
36 |
| 37 # package options |
37 # package options |
| 38 %option with_fsl yes |
38 %option with_fsl yes |
| 39 |
39 |
| 40 # list of sources |
40 # list of sources |
| 84 |
84 |
| 85 %prep |
85 %prep |
| 86 %setup -q -c |
86 %setup -q -c |
| 87 %setup -q -T -D -a 1 |
87 %setup -q -T -D -a 1 |
| 88 %patch -p0 |
88 %patch -p0 |
| |
89 %{l_shtool} subst \ |
| |
90 -e 's;\(for scripts in scripts/\*\.nasl\) scripts/\*\.nbin;\1;' \ |
| |
91 -e 's;\(for scripts in scripts/\*\.inc\) scripts/\*\.nlib;\1;' \ |
| |
92 nessus-plugins/Makefile |
| 89 |
93 |
| 90 %build |
94 %build |
| 91 # build nessus-core part |
95 # build nessus-core part |
| 92 ( cd nessus-core |
96 ( cd nessus-core |
| 93 CC="%{l_cc}" \ |
97 CC="%{l_cc}" \ |