mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
opencl2-headers: update to 2.0.20150509.
This commit is contained in:
parent
167ad4d345
commit
9fd5ed5983
1 changed files with 8 additions and 9 deletions
|
@ -1,17 +1,19 @@
|
||||||
# Template file for 'opencl2-headers'
|
# Template file for 'opencl2-headers'
|
||||||
pkgname=opencl2-headers
|
pkgname=opencl2-headers
|
||||||
_openclver=2.0
|
_openclver=2.0
|
||||||
_distver=20140412
|
_distver=20150509
|
||||||
version=${_openclver}.${_distver}
|
version=${_openclver}.${_distver}
|
||||||
revision=1
|
revision=1
|
||||||
noarch="yes"
|
noarch="yes"
|
||||||
|
build_style=fetch
|
||||||
short_desc="OpenCL 2.0 (Open Computing Language) header files"
|
short_desc="OpenCL 2.0 (Open Computing Language) header files"
|
||||||
maintainer="John Galt <johngaltfirstrun@gmail.com"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://www.khronos.org/registry/cl/"
|
homepage="http://www.khronos.org/registry/cl/"
|
||||||
provides="opencl-headers-${version}_${revision}"
|
provides="opencl-headers-${version}_${revision}"
|
||||||
replaces="opencl-headers>=0"
|
replaces="opencl-headers>=0"
|
||||||
distfiles="https://www.khronos.org/registry/cl/api/2.0/cl.h
|
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_d3d10.h
|
||||||
https://www.khronos.org/registry/cl/api/2.0/cl_d3d11.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_dx9_media_sharing.h
|
||||||
|
@ -21,21 +23,18 @@ distfiles="https://www.khronos.org/registry/cl/api/2.0/cl.h
|
||||||
https://www.khronos.org/registry/cl/api/2.0/cl_gl_ext.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/cl_platform.h
|
||||||
https://www.khronos.org/registry/cl/api/2.0/opencl.h"
|
https://www.khronos.org/registry/cl/api/2.0/opencl.h"
|
||||||
checksum="5c39e93d4492cd3005ae806a91b7dd3cad28f4e69036208be21e37f8a4395717
|
checksum="
|
||||||
|
62254299ac3f790b4b92c256e0617cd793be16838d6cf5019745c527347bf866
|
||||||
14b00ef68a2d7f471c7ef5b4576bc103888da70fc525b263b49ff7fff150e188
|
14b00ef68a2d7f471c7ef5b4576bc103888da70fc525b263b49ff7fff150e188
|
||||||
707709a73b6b43b96c55e813efb2d655efcc82eb103da4b8aea191231df7e1fd
|
707709a73b6b43b96c55e813efb2d655efcc82eb103da4b8aea191231df7e1fd
|
||||||
41968538b82523ef8fb642a1a4da20a6262ce0448f71541db080f8ccc03971b6
|
41968538b82523ef8fb642a1a4da20a6262ce0448f71541db080f8ccc03971b6
|
||||||
31e046f50c34b24ddb9dd2a9eb182c854703c862c5e10f0145175567d6b6e670
|
31e046f50c34b24ddb9dd2a9eb182c854703c862c5e10f0145175567d6b6e670
|
||||||
be1ff04c63b678383828ab1e69ecf3bec54eec4cf4ae33e210b4a16eff47d809
|
e0677126e542a9cf324491ebe009872f8fbdc89a6010441c1f25c35a735c6470
|
||||||
40375d991f4e847c94ad56c6c14400e3e7d72620117b49636518a96d57f30647
|
40375d991f4e847c94ad56c6c14400e3e7d72620117b49636518a96d57f30647
|
||||||
dccb3b45e53bfe0219bb48e6dbe9591bbe6a090a8b0d93a3b8580f526abc4616
|
dccb3b45e53bfe0219bb48e6dbe9591bbe6a090a8b0d93a3b8580f526abc4616
|
||||||
042877b8091bfeeb489018505ce36c37cd3295e691856461b1c0a8fbb6b2cc21
|
042877b8091bfeeb489018505ce36c37cd3295e691856461b1c0a8fbb6b2cc21
|
||||||
fceb7e76d81159caab6308a05ff05d18fbd84718eff4263473ecd148c458987c"
|
fceb7e76d81159caab6308a05ff05d18fbd84718eff4263473ecd148c458987c"
|
||||||
|
|
||||||
do_extract() {
|
|
||||||
cp ${XBPS_SRCDISTDIR}/${pkgname}-${version}/* $wrksrc
|
|
||||||
}
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmkdir usr/include/CL
|
vmkdir usr/include/CL
|
||||||
install -m644 *.h ${DESTDIR}/usr/include/CL
|
install -m644 *.h ${DESTDIR}/usr/include/CL
|
||||||
|
|
Loading…
Add table
Reference in a new issue