updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git] / epsxe-plugin-spu-eternal / PKGBUILD
blob2cff22366a5adf3e080161d40ccea1d1f73e7cfd
1 # Contributor: mightyjaym <jm.ambrosino@free.fr>
3 pkgname=epsxe-plugin-spu-eternal
4 pkgver=1.41
5 pkgrel=2
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')
16 license=('custom')
17 arch=('i686' 'x86_64')
19 build() {
20   cd $startdir/src
22   # remove junk
23   rm -rf *.txt
25   mkdir -p $startdir/pkg/opt/epsxe/plugins
26   mv libspuEternal.so.1.41 $startdir/pkg/opt/epsxe/plugins
28   # permissions
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