lib32-libnl

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: Sven-Hendrik Haase <svenstaro@archlinux.org>
2# Contributor: Maximilian Stein <maxarchpkgbuild@hmamail.com>
3# Contributor: josephgbr <rafael.f.f1@gmail.com>
4# Contributor: Taylor Lookabaugh <jesus.christ.i.love@gmail.com>
5
6_pkgbase=libnl
7pkgname=lib32-${_pkgbase}
8pkgver=3.12.0
9pkgrel=1
10pkgdesc="Library for applications dealing with netlink sockets (32 bit)"
11arch=('x86_64')
12url='https://github.com/thom311/libnl/'
13license=('LGPL-2.1-only')
14depends=('lib32-glibc' "${_pkgbase}")
15makedepends=('git' 'gcc-multilib')
16validpgpkeys=('49EA7C670E0850E7419514F629C2366E4DFC5728' # Thomas Haller <thaller@redhat.com>
17 '67DA3FAEBAE276BA58FC6CE314F18A98993AECD5') # Thomas Haller <thom311@gmail.com>
18source=("git+https://github.com/thom311/libnl.git?signed#tag=libnl${pkgver//./_}")
19sha256sums=('d741b8f94ef4a64b953603efce660a2eec4eb0cb6cd7faeabf75c8af99f0bcab')
20
21prepare() {
22 cd "${_pkgbase}"
23 ./autogen.sh
24}
25
26build() {
27 export CC='gcc -m32'
28 export CXX='g++ -m32'
29 export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
30
31 cd "${_pkgbase}"
32 ./configure \
33 --prefix=/usr \
34 --sysconfdir=/etc \
35 --sbindir=/usr/bin \
36 --disable-static \
37 --libdir=/usr/lib32
38 make
39}
40
41package() {
42 cd "${_pkgbase}"
43 make DESTDIR="${pkgdir}" install
44 rm -rf "${pkgdir}"/{etc,usr/{bin,include,share}}
45}
46

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