glew-wayland-git

MEDIUM
maintainer gibroule 1 votes scanned 2026-09-27 13:18:29.354985
View on AUR
Why flagged

This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.

Triggered rules

Medium Recently orphaned & re-adopted orphaned_readopted

This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.

PKGBUILD

1# Maintainer: Rustmilian
2
3pkgname=glew-wayland-git
4pkgver=2.2.0.r49.gc43940a
5pkgrel=1
6pkgdesc="The OpenGL Extension Wrangler Library (wayland enabled)"
7arch=('i686' 'x86_64')
8url="https://github.com/nigels-com/glew"
9license=('BSD' 'MIT' 'GPL')
10depends=('libxmu' 'libxi' 'glu')
11makedepends=('git' 'python' 'perl' 'wget')
12provides=('glew' 'libGLEW.so')
13conflicts=('glew')
14source=("git+${url}.git"
15 "glew-install.patch")
16sha256sums=('SKIP'
17 '30c77b49ff64f5b936368426f957a217b6d8a3f8d0c83a7eaa69222ed45cd811')
18
19pkgver() {
20 cd ${pkgname%-wayland-git}
21 git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g; s/glew.//'
22}
23
24prepare() {
25 cd ${pkgname%-wayland-git}
26 patch -Np1 -i ../glew-install.patch
27 sed -i 's|lib64|lib|' config/Makefile.linux
28 sed -i '/^.PHONY: .*\.pc$/d' Makefile
29 cd auto
30 make
31 cd glfixes
32 ./sync.sh
33}
34
35build() {
36 make extensions STRIP= SYSTEM=linux-egl -C glew
37}
38
39package() {
40 cd ${pkgname%-wayland-git}
41 make GLEW_DEST="$pkgdir/usr" SYSTEM=linux-egl install.all
42 install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
43}
44
45

Scan history

Scanned at (UTC)SeverityRules
2026-09-27 13:18:29 Medium 1
2026-06-18 16:11:54 Clean 0

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion