1 # Contributor: robb_force <robb_force@holybuffalo.net>
3 pkgname=zinc-plugin-gpu-mesagl
7 pkgdesc="Hardware accelerated MesaGL plugin for the ZiNc emulator."
8 url="http://www.pbernert.com/html/gpu.htm"
11 depends=('zinc-emu' 'libgl')
12 source=(http://www.pbernert.com/gpupetemesagl${pkgver%.*}${pkgver#*.}.tar.gz)
13 md5sums=('c7eb768ebc499d43510c6f4b6b935dfa')
17 # Install the gpu plugin and config file
19 install -d ${startdir}/pkg/usr/share/${_pkgname}/{cfg,plugins}
20 install -m0755 libgpuPeteMesaGL.so.1.0.77 ${startdir}/pkg/usr/share/${_pkgname}/plugins/
21 install -m0644 gpuPeteMesaGL.cfg ${startdir}/pkg/usr/share/${_pkgname}/cfg/gpuMesaGL.cfg
22 cd ${startdir}/pkg/usr/share/${_pkgname}/plugins/
23 ln -s libgpuPeteMesaGL.so.1.0.77 libgpuMesaGL.so