43 lines
1.8 KiB
Plaintext
43 lines
1.8 KiB
Plaintext
|
# Template file for 'opencl2-headers'
|
||
|
pkgname=opencl2-headers
|
||
|
_openclver=2.0
|
||
|
_distver=20140412
|
||
|
version=${_openclver}.${_distver}
|
||
|
revision=1
|
||
|
noarch="yes"
|
||
|
short_desc="OpenCL 2.0 (Open Computing Language) header files"
|
||
|
maintainer="John Galt <johngaltfirstrun@gmail.com"
|
||
|
license="MIT"
|
||
|
homepage="http://www.khronos.org/registry/cl/"
|
||
|
provides="opencl-headers-${version}_${revision}"
|
||
|
replaces="opencl-headers>=0"
|
||
|
distfiles="https://www.khronos.org/registry/cl/api/2.0/cl.h
|
||
|
https://www.khronos.org/registry/cl/api/2.0/cl_d3d10.h
|
||
|
https://www.khronos.org/registry/cl/api/2.0/cl_d3d11.h
|
||
|
https://www.khronos.org/registry/cl/api/2.0/cl_dx9_media_sharing.h
|
||
|
https://www.khronos.org/registry/cl/api/2.0/cl_egl.h
|
||
|
https://www.khronos.org/registry/cl/api/2.0/cl_ext.h
|
||
|
https://www.khronos.org/registry/cl/api/2.0/cl_gl.h
|
||
|
https://www.khronos.org/registry/cl/api/2.0/cl_gl_ext.h
|
||
|
https://www.khronos.org/registry/cl/api/2.0/cl_platform.h
|
||
|
https://www.khronos.org/registry/cl/api/2.0/opencl.h"
|
||
|
checksum="5c39e93d4492cd3005ae806a91b7dd3cad28f4e69036208be21e37f8a4395717
|
||
|
14b00ef68a2d7f471c7ef5b4576bc103888da70fc525b263b49ff7fff150e188
|
||
|
707709a73b6b43b96c55e813efb2d655efcc82eb103da4b8aea191231df7e1fd
|
||
|
41968538b82523ef8fb642a1a4da20a6262ce0448f71541db080f8ccc03971b6
|
||
|
31e046f50c34b24ddb9dd2a9eb182c854703c862c5e10f0145175567d6b6e670
|
||
|
be1ff04c63b678383828ab1e69ecf3bec54eec4cf4ae33e210b4a16eff47d809
|
||
|
40375d991f4e847c94ad56c6c14400e3e7d72620117b49636518a96d57f30647
|
||
|
dccb3b45e53bfe0219bb48e6dbe9591bbe6a090a8b0d93a3b8580f526abc4616
|
||
|
042877b8091bfeeb489018505ce36c37cd3295e691856461b1c0a8fbb6b2cc21
|
||
|
fceb7e76d81159caab6308a05ff05d18fbd84718eff4263473ecd148c458987c"
|
||
|
|
||
|
do_extract() {
|
||
|
cp ${XBPS_SRCDISTDIR}/${pkgname}-${version}/* $wrksrc
|
||
|
}
|
||
|
|
||
|
do_install() {
|
||
|
vmkdir usr/include/CL
|
||
|
install -m644 *.h ${DESTDIR}/usr/include/CL
|
||
|
}
|