lib32-flex
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: Denommus <yuridenommus@gmail.com>
3
# Contributor: Bill Fraser <wfraser@codewise.org>
4
# Contributor: Felipe Contreras <felipe.contreras@gmail.com>
5
6
pkgname=lib32-flex
7
pkgver=2.6.4
8
pkgrel=5
9
pkgdesc='A tool for generating text-scanning programs'
10
arch=('x86_64')
11
url='http://flex.sourceforge.net'
12
license=('custom')
13
depends=('flex' 'lib32-glibc')
14
source=("https://github.com/westes/flex/releases/download/v${pkgver}/flex-${pkgver}.tar.gz")
15
sha256sums=('e87aae032bf07c26f85ac0ed3250998c37621d95f8bd748b31f15b33c45ee995')
16
17
build() {
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
30
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-08-23 13:20:29 | Low | 1 |