updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / d-lib-derelict-glfw / PKGBUILD
blob99f52642e200fd911836f357ec19c0cc017657ae
1 # Contributor: Brix <brix@brix-verden.dk>
3 pkgname=d-lib-derelict-glfw
4 pkgver=2.6
5 pkgrel=1
6 pkgdesc="GLFW binding for the D Programming Language."
7 url="http://soulbreakers.com/usr/darkman/d/derelict/glfw/"
8 arch=('i686', 'x86_64')
9 license=('custom')
10 depends=('d-lib-derelict' 'glfw')
11 source=('http://stdrand.com/darkman/d/derelict/glfw/derelict-glfw.zip')
12 md5sums=('214194edf32f3051e527b417d5bfe2a5')
14 build() {
15   cd ${srcdir}
16   
17   mkdir -p ${pkgdir}/usr/include/d/derelict
18   
19   cp -r DerelictGLFW/derelict/opengl ${pkgdir}/usr/include/d/derelict || return 1
20   chmod 0666 ${pkgdir}/usr/include/d/derelict/opengl/glfw.d