🔒 Repository is read-only – file editing is disabled.
1234567891011121314151617181920
pkgname: glew
pkgver: '2.3.1'
pkgrel: 1
pkgdesc: OpenGL Extension Wrangler Library
url: 'https://glew.sourceforge.net/'
arch: x86_64
depends: []
makedepends:
- mesa
- xorg-libxmu
- xorg-libxi
- xorg-glu
source:
- 'https://github.com/nigels-com/glew/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tgz'
sha256sums:
- SKIP
build: "cd ${pkgname}-${pkgver}\nsed -i 's|lib64|lib|' config/Makefile.linux\nsed -i '/^.PHONY: .*\\.pc$/d' Makefile\n\nmake\
\ \nmake GLEW_DEST=${PKGDIR}/usr install.all\n"
package: |
true