clamav: fix user creation

This commit is contained in:
maxice8 2018-09-06 20:18:46 -03:00
parent eab7f02d17
commit 74ef57d107
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B

View File

@ -8,11 +8,11 @@ build_style=gnu-configure
configure_args="--sbindir=/usr/bin --libdir=/usr/lib
--with-openssl=${XBPS_CROSS_BASE}/usr --with-pcre=${XBPS_CROSS_BASE}/usr
--with-zlib=${XBPS_CROSS_BASE}/usr --with-libbz2-prefix=${XBPS_CROSS_BASE}/usr
--with-system-libmspack=${XBPS_CROSS_BASE}/usr"
--with-system-libmspack=${XBPS_CROSS_BASE}/usr --with-user=_clamav --with-group=_clamav"
conf_files="/etc/clamd.conf /etc/freshclam.conf"
system_accounts="_clamav"
clamav_homedir="/var/lib/_${pkgname}"
clamav_descr="ClamAV user"
_clamav_homedir="/var/lib/_${pkgname}"
_clamav_descr="ClamAV user"
hostmakedepends="flex pkg-config zip"
makedepends="json-c-devel libcurl-devel libmspack-devel libxml2-devel
ncurses-devel pcre-devel tcl-devel"