lib32-audit

LOW
maintainer orphaned 0 votes scanned 2026-08-23 13:20:29.873780
View on AUR
Why flagged

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Triggered rules

Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

PKGBUILD

1# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
2# Maintainer: David Runge <dvzrv@archlinux.org>
3# Contributor: Christian Rebischke <Chris.Rebischke@archlinux.org>
4# Contributor: Daniel Micay <danielmicay@gmail.com>
5# Contributor: <kang@insecure.ws>
6# Contributor: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
7# Contributor: Connor Behan <connor.behan@gmail.com>
8# Contributor: henning mueller <henning@orgizm.net>
9
10pkgname=lib32-audit
11_name=audit-userspace
12pkgver=4.2.1
13pkgrel=1
14pkgdesc='Userspace components of the audit framework'
15url="https://github.com/linux-audit/audit-userspace"
16arch=(x86_64)
17license=(
18 GPL-2.0-or-later
19 LGPL-2.0-or-later
20)
21depends=(
22 audit=$pkgver
23 lib32-glibc
24)
25provides=(
26 libaudit.so
27)
28source=(
29 $url/archive/v$pkgver/$_name-v$pkgver.tar.gz
30)
31sha512sums=('71c4ac50b471138da866a82a0fa45970cf26181962f005ae570bdbb76e7cd15b66f8ebeba75a075bf04e52b20d039f012e2bbf8b1055f44641c36897f132894d')
32b2sums=('7642a3be30b65ee9fbc10f0929592a0dccd8ef4aca67a237983b5ee644c52d5def62a84161184eae1f9d5741355314d799f39a39b149ae451026f0274c0b9c51')
33
34prepare() {
35 cd $_name-$pkgver
36 autoreconf -fiv
37}
38
39build() {
40 export CC='gcc -m32'
41 export CXX='g++ -m32'
42 export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
43
44 local configure_options=(
45 --disable-zos-remote
46 --libdir=/usr/lib32
47 --libexecdir=/usr/lib32/audit
48 --prefix=/usr
49 --runstatedir=/run
50 --sbindir=/usr/bin
51 --sysconfdir=/etc
52 --with-python3=no
53 )
54
55 cd $_name-$pkgver
56 ./configure "${configure_options[@]}"
57 # prevent excessive overlinking due to libtool
58 sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
59 make -C common
60 make -C lib
61}
62
63package() {
64 make DESTDIR="$pkgdir" install -C $_name-$pkgver/lib
65 install -vDm 644 $_name-$pkgver/{{README,SECURITY}.md,ChangeLog} -t "$pkgdir/usr/share/doc/$pkgname/"
66
67 rm -r "$pkgdir"/usr/{include,share}
68}
69

Scan history

Scanned at (UTC)SeverityRules
2026-08-23 13:20:29 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion