lib32-procps-ng
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: Laurent Carlier <lordheavym@gmail.com>
2
# Contributor: Gaetan Bisson <bisson@archlinux.org>
3
# Contributor: Eric Bélanger <eric@archlinux.org>
4
5
pkgname=lib32-procps-ng
6
pkgver=4.0.7
7
pkgrel=1
8
pkgdesc='Utilities for monitoring your system and its processes (32-bit)'
9
url='https://gitlab.com/procps-ng/procps'
10
license=(GPL LGPL)
11
arch=(x86_64)
12
depends=('procps-ng' 'lib32-glibc')
13
makedepends=('git')
14
provides=('libproc2.so')
15
source=("git+https://gitlab.com/procps-ng/procps.git?signed#tag=v${pkgver}")
16
sha256sums=('eea741f9b1487ea6c1e8d539665fffb93349ff882d2e0daa2cdca5675691961f')
17
validpgpkeys=('5D2FB320B825D93904D205193938F96BDF50FEA5') # Craig Small <csmall@debian.org>
18
19
prepare() {
20
cd procps
21
22
./autogen.sh
23
}
24
25
build() {
26
cd procps
27
28
export CC='gcc -m32'
29
./configure \
30
--exec-prefix=/ \
31
--prefix=/usr \
32
--sysconfdir=/etc \
33
--libdir=/usr/lib32 \
34
--sbindir=/usr/bin \
35
--without-ncurses
36
make
37
}
38
39
package() {
40
cd procps
41
42
make DESTDIR="${pkgdir}" install
43
44
rm -r "${pkgdir}"/bin
45
rm -r "${pkgdir}"/usr/{bin,include,share}
46
}
47
48
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-23 13:20:29 | Low | 1 |