1 # Contributor: mightyjaym <jm.ambrosino@free.fr>
3 pkgname=epsxe-plugin-spu-eternal
6 pkgdesc="Linux port of the Eternal SPU plugin"
7 url="http://www.psx-alternative.com/"
9 if [ "$CARCH" = "x86_64" ]; then
10 depends=('epsxe' 'lib32-lib-compat')
11 else depends=('epsxe' 'lib-compat')
14 source=(http://www.emuxhaven.net/emuxhaven/psx/plugin/spuEternal141_linux.tgz)
15 md5sums=('65e3cd9edcbce6ea74f0dbe9ab794784' 'ac80e2fdec4d1b6ef38f3505bc7d68ee')
17 arch=('i686' 'x86_64')
25 mkdir -p $startdir/pkg/opt/epsxe/plugins
26 mv libspuEternal.so.1.41 $startdir/pkg/opt/epsxe/plugins
29 chown root:games $startdir/pkg/opt/epsxe/plugins/libspuEternal.so.1.41
30 chmod 755 $startdir/pkg/opt/epsxe/plugins/libspuEternal.so.1.41