Skip to content
Snippets Groups Projects
Commit dc5fe54a authored by Celeste's avatar Celeste Committed by Kevin Daudt
Browse files

main/audit: take over maintainership

parent 6224b42e
No related branches found
No related tags found
1 merge request!50589main/audit: take over maintainership
Pipeline #176651 skipped
# Contributor: Dermot Bradley <dermot_bradley@yahoo.com>
# Maintainer: Tycho Andersen <tycho@docker.com>
# Contributor: Tycho Andersen <tycho@docker.com>
# Maintainer: Celeste <cielesti@protonmail.com>
pkgname=audit
pkgver=3.1.2
pkgrel=0
pkgrel=1
pkgdesc="User space tools for kernel auditing"
url="https://people.redhat.com/sgrubb/audit/"
arch="all"
......@@ -10,13 +11,20 @@ license="LGPL-2.1-or-later"
depends_dev="linux-headers"
makedepends="$depends_dev swig libcap-ng-dev python3"
install="$pkgname.pre-install"
subpackages="$pkgname-static $pkgname-dev $pkgname-doc $pkgname-libs $pkgname-openrc"
subpackages="
$pkgname-static
$pkgname-dev
$pkgname-doc
$pkgname-libs
$pkgname-openrc
"
source="https://people.redhat.com/sgrubb/audit/audit-$pkgver.tar.gz
0003-all-get-rid-of-strndupa.patch
usr-paths.patch
musl.patch
auditd.initd
auditd.confd"
auditd.confd
"
build() {
./configure \
......@@ -39,14 +47,15 @@ check() {
package() {
make DESTDIR="$pkgdir" install
install -Dm755 "$srcdir"/auditd.initd "$pkgdir"/etc/init.d/auditd
install -Dm644 "$srcdir"/auditd.confd "$pkgdir"/etc/conf.d/auditd
}
static() {
pkgdesc="Static libaudit libraries"
mkdir -p "$subpkgdir"/usr/lib/
mv "$pkgdir"/usr/lib/*.a "$subpkgdir"/usr/lib/
amove usr/lib/*.a
}
sha512sums="
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment