17 lines
684 B
Bash
17 lines
684 B
Bash
# Template file for 'glmark2'
|
|
pkgname=glmark2
|
|
version=0.0.20180208
|
|
revision=1
|
|
_commit=b195a2d37bd8bb55bb4cab30b93c84d6992a72a4
|
|
wrksrc=${pkgname}-${_commit}
|
|
build_style=waf
|
|
configure_args="--with-flavors=x11-gl,x11-glesv2,drm-gl,wayland-gl,wayland-glesv2,drm-glesv2"
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libjpeg-turbo-devel libpng-devel libX11-devel MesaLib-devel wayland-devel"
|
|
short_desc="OpenGL 2.0 and ES 2.0 benchmark"
|
|
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
|
license="GPL-3"
|
|
homepage="https://github.com/glmark2/glmark2"
|
|
distfiles="https://github.com/glmark2/glmark2/archive/${_commit}.tar.gz"
|
|
checksum=4173cca7d4e582997fa66b1289d5e3e0955463135ee49f3693cee4e7b813918b
|