1 # Contributor: Dylan D'Arcy <dylan.somebody at gmail dot com>
3 pkgname=epsxe-plugin-gpu-soft
6 pkgdesc="Software GPU Plugin"
8 url="http://www.pbernert.com/"
13 source=("http://www.pbernert.com/gpupeopssoftx118.tar.gz" \
14 "http://www.pbernert.com/petegpucfg_V2-9_V1-77_V1-18.tar.gz")
15 md5sums=('0a92e9caad7858b616a88006be66492d'
16 '7519c476a1eb28572ba6b49e82b15c5d')
21 tar -xvf gpupeopssoftx118.tar.gz
24 tar -xvf petegpucfg_V2-9_V1-77_V1-18.tar.gz
25 rm -f ${srcdir}/cfg/cfgPete{MesaGL,XGL2}
27 mkdir -p ${pkgdir}/opt/epsxe/cfg
28 mv {*.cfg,cfg/cfg*} ${pkgdir}/opt/epsxe/cfg
29 mkdir -p ${pkgdir}/opt/epsxe/plugins
30 mv libgpuPeopsSoftX.so.1.0.18 ${pkgdir}/opt/epsxe/plugins
32 chmod 775 ${pkgdir}/opt/epsxe/{cfg,plugins}
33 chown root:games ${pkgdir}/opt/epsxe/cfg
34 chown root:games ${pkgdir}/opt/epsxe/plugins
35 chmod 664 ${pkgdir}/opt/epsxe/cfg/gpuPeopsSoftX.cfg
36 chmod 775 ${pkgdir}/opt/epsxe/cfg/gpuPeopsSoftX.cfg