updated on Thu Jan 26 12:02:26 UTC 2012
[aur-mirror.git] / zinc-plugin-gpu-mesagl / PKGBUILD
blobebb769235170ffcfc22e6f0900f07fdd863f8835
1 # Contributor: robb_force <robb_force@holybuffalo.net>
3 pkgname=zinc-plugin-gpu-mesagl
4 _pkgname=zinc-emu
5 pkgver=1.77
6 pkgrel=1
7 pkgdesc="Hardware accelerated MesaGL plugin for the ZiNc emulator."
8 url="http://www.pbernert.com/html/gpu.htm"
9 license=('custom')
10 arch=('i686')
11 depends=('zinc-emu' 'libgl')
12 source=(http://www.pbernert.com/gpupetemesagl${pkgver%.*}${pkgver#*.}.tar.gz)
13 md5sums=('c7eb768ebc499d43510c6f4b6b935dfa')
15 build()
17   # Install the gpu plugin and config file
18   cd ${startdir}/src
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