lib32-libnl
LOW
maintainer orphaned
0 votes
scanned 2026-08-23 13:20:29.873780
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
7
pkgname=lib32-${_pkgbase}
8
pkgver=3.12.0
9
pkgrel=1
10
pkgdesc="Library for applications dealing with netlink sockets (32 bit)"
11
arch=('x86_64')
12
url='https://github.com/thom311/libnl/'
13
license=('LGPL-2.1-only')
14
depends=('lib32-glibc' "${_pkgbase}")
15
makedepends=('git' 'gcc-multilib')
16
validpgpkeys=('49EA7C670E0850E7419514F629C2366E4DFC5728' # Thomas Haller <thaller@redhat.com>
17
'67DA3FAEBAE276BA58FC6CE314F18A98993AECD5') # Thomas Haller <thom311@gmail.com>
18
source=("git+https://github.com/thom311/libnl.git?signed#tag=libnl${pkgver//./_}")
19
sha256sums=('d741b8f94ef4a64b953603efce660a2eec4eb0cb6cd7faeabf75c8af99f0bcab')
20
21
prepare() {
22
cd "${_pkgbase}"
23
./autogen.sh
24
}
25
26
build() {
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
41
package() {
42
cd "${_pkgbase}"
43
make DESTDIR="${pkgdir}" install
44
rm -rf "${pkgdir}"/{etc,usr/{bin,include,share}}
45
}
46
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-23 13:20:29 | Low | 1 |