lib32-flex

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: Denommus <yuridenommus@gmail.com>
3# Contributor: Bill Fraser <wfraser@codewise.org>
4# Contributor: Felipe Contreras <felipe.contreras@gmail.com>
5
6pkgname=lib32-flex
7pkgver=2.6.4
8pkgrel=5
9pkgdesc='A tool for generating text-scanning programs'
10arch=('x86_64')
11url='http://flex.sourceforge.net'
12license=('custom')
13depends=('flex' 'lib32-glibc')
14source=("https://github.com/westes/flex/releases/download/v${pkgver}/flex-${pkgver}.tar.gz")
15sha256sums=('e87aae032bf07c26f85ac0ed3250998c37621d95f8bd748b31f15b33c45ee995')
16
17build() {
18 cd flex-${pkgver}
19
20 export CC='gcc -m32'
21 export CXX='g++ -m32'
22 export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
23
24 ./configure \
25 --prefix='/usr' \
26 --libdir='/usr/lib32'
27 make
28}
29
30package() {
31 cd flex-${pkgver}
32
33 make DESTDIR="${pkgdir}" install
34 rm -rf "${pkgdir}"/usr/{include,share,bin}
35
36 install -dm 755 "${pkgdir}"/usr/share/licenses
37 ln -s flex "${pkgdir}"/usr/share/licenses/lib32-flex
38}
39
40# vim: ts=2 sw=2 et:
41

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