glew-wayland-git
MEDIUM
maintainer gibroule
1 votes
scanned 2026-09-27 13:18:29.354985
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
3
pkgname=glew-wayland-git
4
pkgver=2.2.0.r49.gc43940a
5
pkgrel=1
6
pkgdesc="The OpenGL Extension Wrangler Library (wayland enabled)"
7
arch=('i686' 'x86_64')
8
url="https://github.com/nigels-com/glew"
9
license=('BSD' 'MIT' 'GPL')
10
depends=('libxmu' 'libxi' 'glu')
11
makedepends=('git' 'python' 'perl' 'wget')
12
provides=('glew' 'libGLEW.so')
13
conflicts=('glew')
14
source=("git+${url}.git"
15
"glew-install.patch")
16
sha256sums=('SKIP'
17
'30c77b49ff64f5b936368426f957a217b6d8a3f8d0c83a7eaa69222ed45cd811')
18
19
pkgver() {
20
cd ${pkgname%-wayland-git}
21
git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g; s/glew.//'
22
}
23
24
prepare() {
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
35
build() {
36
make extensions STRIP= SYSTEM=linux-egl -C glew
37
}
38
39
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-27 13:18:29 | Medium | 1 |
| 2026-06-18 16:11:54 | Clean | 0 |