lib32-jansson

LOW
maintainer orphaned 0 votes scanned 2026-08-23 11:20:29.798052
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: 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
6pkgname=lib32-jansson
7pkgver=2.15.1
8pkgrel=1
9pkgdesc='C library for encoding, decoding and manipulating JSON data'
10arch=(x86_64)
11url=http://www.digip.org/jansson/
12license=(MIT)
13depends=(
14 jansson
15 lib32-glibc
16)
17makedepends=(git)
18_tag=684e18c927e89615c2d501737e90018f4930d6c5
19source=(git+https://github.com/akheron/jansson.git#tag=v${pkgver})
20sha256sums=('e806924b678e60eb370fe6edb86e52409ad891ab5f4edda10047303934f24e10')
21
22pkgver() {
23 cd jansson
24
25 git describe --tags | sed 's/^v//'
26}
27
28prepare() {
29 cd jansson
30
31 autoreconf -fiv
32}
33
34build() {
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
46package() {
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)SeverityRules
2026-08-23 11:20:29 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