equal
deleted
inserted
replaced
|
1 ClamAV requirements |
|
2 |
|
3 diff -r 7a5a2f78fdde source/apps-extra/clamav/FrugalBuild |
|
4 --- a/source/apps-extra/clamav/FrugalBuild Thu Oct 18 11:51:33 2012 +0200 |
|
5 +++ b/source/apps-extra/clamav/FrugalBuild Thu Oct 18 14:04:37 2012 +0200 |
|
6 @@ -5,7 +5,8 @@ |
|
7 pkgver=0.97.4 |
|
8 pkgrel=4 |
|
9 pkgdesc="Clam AntiVirus is a GPL anti-virus toolkit for UNIX" |
|
10 -depends=('gmp>=5.0.1' 'bzip2' 'curl>=7.19.0') |
|
11 +#depends=('gmp>=5.0.1' 'bzip2' 'curl>=7.19.0') |
|
12 +depends=('gmp' 'bzip2' 'curl>=7.19.0') |
|
13 rodepends=('shadow') |
|
14 backup=(etc/{freshclam,clamd}.conf) |
|
15 groups=('apps-extra') |
|
16 @@ -19,7 +20,7 @@ |
|
17 'acc22c8def14d7dea1c781da347f5765196726b9') |
|
18 |
|
19 _F_systemd_units=(clamav= freshclam=) |
|
20 -Finclude systemd |
|
21 +#Finclude systemd |
|
22 |
|
23 build() |
|
24 { |
|
25 @@ -40,7 +41,7 @@ |
|
26 EOF |
|
27 Ffile /lib/systemd/system/clamav.service |
|
28 Ffile /lib/systemd/system/freshclam.service |
|
29 - Fgenscriptlet |
|
30 +# Fgenscriptlet |
|
31 } |
|
32 |
|
33 # optimization OK |