lib32-libteam

LOW
maintainer orphaned 0 votes scanned 2026-08-23 11:20:29.798052
View on AUR
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
4pkgname=lib32-libteam
5pkgver=1.32
6pkgrel=2
7pkgdesc='Library for controlling team network device'
8arch=(x86_64)
9url=http://libteam.org/
10license=(LGPL2.1)
11depends=(
12 lib32-dbus
13 lib32-libnl
14 lib32-zeromq
15 libteam
16)
17makedepends=(
18 git
19 lib32-jansson
20 lib32-libdaemon
21 swig
22)
23_tag=8b843e93cee1dab61fb79b01791201cdad45e1d1
24source=(git+https://github.com/jpirko/libteam.git#tag=${_tag})
25sha256sums=(SKIP)
26
27pkgver() {
28 cd libteam
29
30 git describe --tags | sed 's/^v//'
31}
32
33prepare() {
34 cd libteam
35
36 ./autogen.sh
37}
38
39build() {
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
55package() {
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)SeverityRules
2026-08-23 11:20:29 Low 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion