blob: 0c769baad8c6ec975f15b5d7e13c92d24a9fb2b0 (
plain)
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
|
Clam AntiVirus is a GPL anti-virus toolkit for UNIX. The main purpose
of this software is the integration with mail servers (attachment
scanning). The package provides a flexible and scalable multi-threaded
daemon, a command line scanner, and a tool for automatic updating via
Internet.
This build script should build a package that "just works" after
install. You will need to specify a two-letter country code (such
as "us") as an argument to the COUNTRY variable when running the
build script (this will default to "us" if nothing is specified).
For example:
COUNTRY=nl ./clamav.SlackBuild
Groupname and Username
You must have the 'clamav' group and user to run this script,
for example:
groupadd -g 210 clamav
useradd -u 210 -d /dev/null -s /bin/false -g clamav clamav
Configuration
See README.SLACKWARE for configuration help.
NOTE: as this needs a version of rust not yet shipped in Slackware
15.0 a prebuilt one is downloaded and used for compilation.
|