lib32-cracklib
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: Maxime Gauduin <alucryd@archlinux.org>
2
# Contributor: jtts <jussaar@mbnet.fi>
3
# Contributor: josephgbr <rafael.f.f1@gmail.com>
4
# Contributor: Tobias Powalowski <tpowa@archlinux.org>
5
# Contributor: Federico Quagliata <quaqo@despammed.com>
6
7
pkgname=lib32-cracklib
8
pkgver=2.10.3
9
pkgrel=1
10
pkgdesc='Password Checking Library'
11
arch=(x86_64)
12
url=https://github.com/cracklib/cracklib
13
license=(GPL)
14
depends=(
15
cracklib
16
lib32-zlib
17
)
18
makedepends=(git)
19
source=(git+https://github.com/cracklib/cracklib.git#tag=v${pkgver})
20
sha256sums=('f776f244d44f16c21212784cb8b939e5bc97b5d2afccab82530494a53dccd9d0')
21
22
prepare() {
23
cd cracklib/src
24
25
./autogen.sh
26
}
27
28
build() {
29
cd cracklib/src
30
31
export CC='gcc -m32'
32
export CXX='g++ -m32'
33
export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
34
35
./configure \
36
--prefix=/usr \
37
--libdir=/usr/lib32 \
38
--sbindir=/usr/bin \
39
--without-python
40
make
41
}
42
43
package() {
44
make DESTDIR="${pkgdir}" -C cracklib/src install
45
rm -rf "${pkgdir}"/usr/{include,bin,share}
46
}
47
48
# vim: ts=2 sw=2 et:
49
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-23 13:20:29 | Low | 1 |