aide: update to 0.18.2.
This commit is contained in:
parent
3e11c20b58
commit
a8e8c4f269
1 changed files with 8 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'aide'
|
# Template file for 'aide'
|
||||||
pkgname=aide
|
pkgname=aide
|
||||||
version=0.17.4
|
version=0.18.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-mhash --with-posix-acl --with-prelink --with-xattr
|
configure_args="--with-mhash --with-posix-acl --with-prelink --with-xattr
|
||||||
|
@ -8,14 +8,18 @@ configure_args="--with-mhash --with-posix-acl --with-prelink --with-xattr
|
||||||
conf_files="/etc/aide.conf"
|
conf_files="/etc/aide.conf"
|
||||||
make_dirs="/var/lib/aide 0750 root root
|
make_dirs="/var/lib/aide 0750 root root
|
||||||
/var/log/aide 0750 root root"
|
/var/log/aide 0750 root root"
|
||||||
hostmakedepends="flex"
|
hostmakedepends="flex pkg-config"
|
||||||
makedepends="pcre-devel mhash-devel acl-devel e2fsprogs-devel elfutils-devel zlib-devel"
|
makedepends="pcre2-devel mhash-devel acl-devel e2fsprogs-devel elfutils-devel
|
||||||
|
zlib-devel"
|
||||||
short_desc="File and directory integrity checker"
|
short_desc="File and directory integrity checker"
|
||||||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://aide.github.io/"
|
homepage="https://aide.github.io/"
|
||||||
distfiles="https://github.com/aide/aide/releases/download/v${version}/aide-${version}.tar.gz"
|
distfiles="https://github.com/aide/aide/releases/download/v${version}/aide-${version}.tar.gz"
|
||||||
checksum=c81505246f3ffc2e76036d43a77212ae82895b5881d9b9e25c1361b1a9b7a846
|
checksum=758ff586c703930129e0a1e8c292ff5127e116fc10d0ffdbea8bf2c1087ca7e4
|
||||||
|
|
||||||
|
export MHASH_CFLAGS="=I${XBPS_CROSS_BASE}/usr/include"
|
||||||
|
export MHASH_LIBS="-L${XBPS_CROSS_BASE}/usr/lib -lmhash"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vconf $FILESDIR/aide.conf
|
vconf $FILESDIR/aide.conf
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue