lib32-cracklib

LOW
maintainer orphaned 0 votes scanned 2026-08-23 13:20:29.873780
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: 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
7pkgname=lib32-cracklib
8pkgver=2.10.3
9pkgrel=1
10pkgdesc='Password Checking Library'
11arch=(x86_64)
12url=https://github.com/cracklib/cracklib
13license=(GPL)
14depends=(
15 cracklib
16 lib32-zlib
17)
18makedepends=(git)
19source=(git+https://github.com/cracklib/cracklib.git#tag=v${pkgver})
20sha256sums=('f776f244d44f16c21212784cb8b939e5bc97b5d2afccab82530494a53dccd9d0')
21
22prepare() {
23 cd cracklib/src
24
25 ./autogen.sh
26}
27
28build() {
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
43package() {
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)SeverityRules
2026-08-23 13: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