lib32-pcre

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# Contributor: Sébastien "Seblu" Luttringer
2# Contributor: Ionut Biru <ibiru@archlinux.org>
3# Contributor: Allan McRae <allan@archlinux.org>
4# Contributor: Eric Belanger <eric@archlinux.org>
5# Contributor: John Proctor <jproctor@prium.net>
6
7pkgname=lib32-pcre
8_pkgname=pcre
9pkgver=8.45
10pkgrel=4
11pkgdesc='A library that implements Perl 5-style regular expressions (32-bit)'
12arch=('x86_64')
13url='https://www.pcre.org/'
14license=('BSD')
15depends=('lib32-gcc-libs' "$_pkgname")
16provides=(libpcre{,16,32,posix,cpp}.so)
17source=("https://sourceforge.net/projects/pcre/files/$_pkgname/$pkgver/$_pkgname-$pkgver.tar.bz2"{,.sig})
18sha512sums=('91bff52eed4a2dfc3f3bfdc9c672b88e7e2ffcf3c4b121540af8a4ae8c1ce05178430aa6b8000658b9bb7b4252239357250890e20ceb84b79cdfcde05154061a'
19 'SKIP')
20validpgpkeys=('45F68D54BBE23FB3039B46E59766E084FB0F43D8') # Philip Hazel <ph10@hermes.cam.ac.uk>
21
22build() {
23 cd $_pkgname-$pkgver
24
25 export CC="gcc -m32"
26 export CXX="g++ -m32"
27 export PKG_CONFIG="i686-pc-linux-gnu-pkg-config"
28
29 ./configure \
30 --prefix=/usr \
31 --libdir=/usr/lib32 \
32 --enable-unicode-properties \
33 --enable-pcre16 \
34 --enable-pcre32 \
35 --enable-jit \
36 --disable-pcregrep-libz \
37 --disable-pcregrep-libbz2 \
38 --disable-pcretest-libreadline
39 make
40}
41
42check() {
43 cd $_pkgname-$pkgver
44 make -j1 check
45}
46
47package() {
48 cd $_pkgname-$pkgver
49 make DESTDIR="$pkgdir" install
50 rm -r "$pkgdir"/usr/{bin,share,include}
51
52 install -Dm644 LICENCE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
53}
54
55# vim:set sw=2 sts=-1 et:
56

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