lib32-jansson
LOW
maintainer orphaned
0 votes
scanned 2026-08-23 11:20:29.798052
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: Maxime Gauduin <alucryd@archlinux.org>
2
# Contributor: Jakub Schmidtke <sjakub-at-gmail-dot-com>
3
# Contributor: Kyle Keen <keenerd@gmail.com>
4
# Contributor: Dave Reisner <d@falconindy.com>
5
6
pkgname=lib32-jansson
7
pkgver=2.15.1
8
pkgrel=1
9
pkgdesc='C library for encoding, decoding and manipulating JSON data'
10
arch=(x86_64)
11
url=http://www.digip.org/jansson/
12
license=(MIT)
13
depends=(
14
jansson
15
lib32-glibc
16
)
17
makedepends=(git)
18
_tag=684e18c927e89615c2d501737e90018f4930d6c5
19
source=(git+https://github.com/akheron/jansson.git#tag=v${pkgver})
20
sha256sums=('e806924b678e60eb370fe6edb86e52409ad891ab5f4edda10047303934f24e10')
21
22
pkgver() {
23
cd jansson
24
25
git describe --tags | sed 's/^v//'
26
}
27
28
prepare() {
29
cd jansson
30
31
autoreconf -fiv
32
}
33
34
build() {
35
cd jansson
36
37
export CC='gcc -m32'
38
export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
39
40
./configure \
41
--prefix=/usr \
42
--libdir=/usr/lib32
43
make
44
}
45
46
package() {
47
make DESTDIR="${pkgdir}" -C jansson install
48
rm -rf "${pkgdir}"/usr/{share,include}
49
50
install -dm 755 "${pkgdir}"/usr/share/licenses
51
ln -s jansson "${pkgdir}"/usr/share/licenses/lib32-jansson
52
}
53
54
# vim: ts=2 sw=2 et:
55
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-23 11:20:29 | Low | 1 |