lib32-libnl-git

LOW
maintainer Orion-zhen 0 votes scanned 2026-09-08 13:17:19.099707
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: Orion-zhen <https://github.com/Orion-zhen>
2# Contributor: Sven-Hendrik Haase <svenstaro@archlinux.org>
3# Contributor: Maximilian Stein <maxarchpkgbuild@hmamail.com>
4# Contributor: josephgbr <rafael.f.f1@gmail.com>
5# Contributor: Taylor Lookabaugh <jesus.christ.i.love@gmail.com>
6
7_pkgbase=libnl
8pkgname=lib32-${_pkgbase}-git
9pkgver=3.12.0.r8.g655a638
10pkgrel=1
11provides=("${pkgname%-git}")
12conflicts=("${pkgname%-git}")
13pkgdesc="Library for applications dealing with netlink sockets (32 bit)"
14arch=('x86_64')
15url='https://github.com/thom311/libnl/'
16license=('LGPL-2.1-only')
17depends=('lib32-glibc' "${_pkgbase}")
18makedepends=('git' 'gcc-multilib')
19source=("git+https://github.com/thom311/libnl.git")
20sha256sums=('SKIP')
21
22pkgver() {
23 cd "${_pkgbase}"
24 git describe --long --tags --match 'libnl*' --abbrev=7 | \
25 sed 's/^libnl//;s/\([^-]*-g\)/r\1/;s/-/./g;s/_/./g'
26}
27
28prepare() {
29 cd "${_pkgbase}"
30 ./autogen.sh
31}
32
33build() {
34 export CC='gcc -m32'
35 export CXX='g++ -m32'
36 export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
37
38 cd "${_pkgbase}"
39 ./configure \
40 --prefix=/usr \
41 --sysconfdir=/etc \
42 --sbindir=/usr/bin \
43 --disable-static \
44 --libdir=/usr/lib32
45 make
46}
47
48package() {
49 cd "${_pkgbase}"
50 make DESTDIR="${pkgdir}" install
51 rm -rf "${pkgdir}"/{etc,usr/{bin,include,share}}
52}
53

Scan history

Scanned at (UTC)SeverityRules
2026-09-08 13:17:19 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