lib32-libteam
LOW
maintainer orphaned
0 votes
scanned 2026-08-23 11:20:29.798052
Why flagged
The package builds from a tagged commit in the official GitHub repository of the project; the source is verifiable and the build process is standard, though the skipped checksum reduces verification assurance slightly.
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.
Low
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package builds from a tagged commit in the official GitHub repository of the project; the source is verifiable and the build process is standard, though the skipped checksum reduces verification assurance slightly.
PKGBUILD
1
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
2
# Contributor: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
3
4
pkgname=lib32-libteam
5
pkgver=1.32
6
pkgrel=2
7
pkgdesc='Library for controlling team network device'
8
arch=(x86_64)
9
url=http://libteam.org/
10
license=(LGPL2.1)
11
depends=(
12
lib32-dbus
13
lib32-libnl
14
lib32-zeromq
15
libteam
16
)
17
makedepends=(
18
git
19
lib32-jansson
20
lib32-libdaemon
21
swig
22
)
23
_tag=8b843e93cee1dab61fb79b01791201cdad45e1d1
24
source=(git+https://github.com/jpirko/libteam.git#tag=${_tag})
25
sha256sums=(SKIP)
26
27
pkgver() {
28
cd libteam
29
30
git describe --tags | sed 's/^v//'
31
}
32
33
prepare() {
34
cd libteam
35
36
./autogen.sh
37
}
38
39
build() {
40
cd libteam
41
42
export CC='gcc -m32'
43
export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
44
45
./configure \
46
--prefix=/usr \
47
--libdir=/usr/lib32 \
48
--libexecdir=/usr/lib32 \
49
--localstatedir=/var \
50
--sysconfdir=/etc \
51
--disable-static
52
make
53
}
54
55
package() {
56
make DESTDIR="${pkgdir}" -C libteam install
57
rm -rf "${pkgdir}"/{etc,usr/{bin,include,share}}
58
}
59
60
# vim: ts=2 sw=2 et:
61
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-23 11:20:29 | Low | 2 |