glew: renamed as glew-egl to disambiguate

This commit is contained in:
John McQuah 2022-06-13 09:46:54 -04:00
parent e6ebc99bf6
commit 280c54b64f
4 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/jmq.pub
RWTTPlFarK9CxK1ShquHJagYkypepKdhRgXXRMSrEsgi7vqHzQziRK/s5zITx2/ucFVZj5CIqS2ZTb5P1It4gqw77daN5TUyNQU=
SHA256 (Pkgfile) = d83807ccf0dec9c115d77878bbdd7d6675ed6c16ddb744b85cbaf70448fa50ff
RWTTPlFarK9CxIEN0djKmmJpWblh3RNqDHEH44Q+1g1gghMKOrQmiE1T+EWOwo8tpQghnYPnHlj9EiJEFJ0AiERVg8mEBcB41QY=
SHA256 (Pkgfile) = ec33492f87bb8f502dca53e5f5dab10d65cf7cef76845aa5164eca3280405ea3
SHA256 (.footprint) = 884b372da479ce249878cf9f3fba7e3010d0b8034e2f51892d9d7e6b966aac5d
SHA256 (glew-2.2.0.tgz) = d4fc82893cfb00109578d0a1a2337fb8ca335b3ceccf97b97e5cc7f08e4353e1
SHA256 (glew-2.0.0-install-headers.patch) = 07633aadfb3ab0bd5470671b74bc4c8770965b817e2dd194d8fc0fde58b88e7c

View File

@ -1,12 +1,12 @@
# Description: OpenGL extension wrangler library, with wayland support
# URL: http://glew.sourceforge.net/
# URL: https://github.com/nigels-com/glew
# Maintainer: John McQuah, jmcquah at disroot dot org
# Depends on: mesa xorg-libxi xorg-libxmu
# Depends on: egl-wayland xorg-libxi xorg-libxmu
name=glew
name=glew-egl
version=2.2.0
release=1
source=(https://downloads.sourceforge.net/project/$name/$name/$version/$name-$version.tgz
source=(https://downloads.sourceforge.net/project/${name%-egl}/${name%-egl}/$version/${name%-egl}-$version.tgz
glew-2.0.0-install-headers.patch)
build() {