1 # Contributor: Brix <brix@brix-verden.dk>
3 pkgname=d-lib-derelict-glfw
6 pkgdesc="GLFW binding for the D Programming Language."
7 url="http://soulbreakers.com/usr/darkman/d/derelict/glfw/"
8 arch=('i686', 'x86_64')
10 depends=('d-lib-derelict' 'glfw')
11 source=('http://stdrand.com/darkman/d/derelict/glfw/derelict-glfw.zip')
12 md5sums=('214194edf32f3051e527b417d5bfe2a5')
17 mkdir -p ${pkgdir}/usr/include/d/derelict
19 cp -r DerelictGLFW/derelict/opengl ${pkgdir}/usr/include/d/derelict || return 1
20 chmod 0666 ${pkgdir}/usr/include/d/derelict/opengl/glfw.d