mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
testing/aide: new aport
https://aide.github.io/ file integrity checker and intrusion detection program
This commit is contained in:
parent
ff6ca576fd
commit
f3931a6727
42
testing/aide/APKBUILD
Normal file
42
testing/aide/APKBUILD
Normal file
@ -0,0 +1,42 @@
|
||||
# Contributor: Milan P. Stanić <mps@arvanta.net>
|
||||
# Maintainer: Milan P. Stanić <mps@arvanta.net>
|
||||
pkgname=aide
|
||||
pkgver=0.18.6
|
||||
pkgrel=0
|
||||
pkgdesc="file integrity checker and intrusion detection program"
|
||||
url="https://aide.github.io/"
|
||||
arch="all"
|
||||
license="GPL-2.0-or-later"
|
||||
makedepends="
|
||||
autoconf
|
||||
automake
|
||||
bison
|
||||
flex
|
||||
libgcrypt-dev
|
||||
pcre2-dev
|
||||
"
|
||||
subpackages="$pkgname-doc"
|
||||
source="https://github.com/aide/aide/releases/download/v$pkgver/aide-$pkgver.tar.gz"
|
||||
|
||||
build() {
|
||||
./configure \
|
||||
--build=$CBUILD \
|
||||
--host=$CHOST \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--mandir=/usr/share/man \
|
||||
--localstatedir=/var
|
||||
make
|
||||
}
|
||||
|
||||
check() {
|
||||
make check
|
||||
}
|
||||
|
||||
package() {
|
||||
make DESTDIR="$pkgdir" install
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
c0e7c366029a401bce4cf44762caecada4d4831bfc2f00ebab6cb818ba259fae5409fdfcc7386d2bc9ca91a8e8fe0eb78927205bc75513578b8a3ccd17183744 aide-0.18.6.tar.gz
|
||||
"
|
||||
Loading…
x
Reference in New Issue
Block a user