17 lines
561 B
Bash
17 lines
561 B
Bash
# Template file for 'opencl2-headers'
|
|
pkgname=opencl2-headers
|
|
version=2023.02.06
|
|
revision=1
|
|
short_desc="OpenCL 2.2 (Open Computing Language) header files"
|
|
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/KhronosGroup/OpenCL-Headers"
|
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
|
checksum=464d1b04a5e185739065b2d86e4cebf02c154c416d63e6067a5060d7c053c79a
|
|
provides="opencl-headers-${version}_${revision}"
|
|
replaces="opencl-headers>=0"
|
|
|
|
do_install() {
|
|
install -m 0644 -D -t ${DESTDIR}/usr/include/CL CL/*.h
|
|
}
|