lib32-libidn
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: Florian Pritz <bluewind@xinu.at>
2
3
_pkgbasename=libidn
4
pkgname=lib32-$_pkgbasename
5
pkgver=1.44
6
pkgrel=1
7
pkgdesc="Implementation of the Stringprep, Punycode and IDNA specifications (32 bit)"
8
url="https://www.gnu.org/software/libidn/"
9
arch=('x86_64')
10
license=('GPL3' 'LGPL')
11
depends=('lib32-glibc' "$_pkgbasename>=$pkgver")
12
source=("https://ftp.gnu.org/gnu/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.gz"{,.sig})
13
validpgpkeys=('9AA9BDB11BB1B99A21285A330664A76954265E8C' # Simon Josefsson <simon@josefsson.org>
14
'B1D2BD1375BECB784CF4F8C4D73CF638C53C06BE' # Simon Josefsson <simon@josefsson.org>
15
'1CB27DBC98614B2D5841646D08302DB6A2670428') # Tim Rühsen <tim.ruehsen@gmx.de>
16
sha256sums=('499608bab3a65650a0ea52888c13a8deebe3f71408e319acd9ec52e02eb13959'
17
'SKIP')
18
19
build() {
20
cd ${_pkgbasename}-${pkgver}
21
22
./configure \
23
CC='gcc -m32' \
24
--prefix=/usr \
25
--libdir=/usr/lib32
26
make
27
}
28
29
package() {
30
cd ${_pkgbasename}-${pkgver}
31
32
make DESTDIR="${pkgdir}" install
33
rm -rf "${pkgdir}"/usr/{bin,include,share}
34
}
35
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-23 13:20:29 | Low | 1 |