1 # Contributer: BeholdMyGlory <larvid@gmail.com>
3 pkgname='mupen64plus-rsp-hle-hg'
6 pkgdesc="RSP processor plugin for Mupen64Plus v2.0, a Nintendo 64 emulator. Latest hg pull."
7 url="http://bitbucket.org/richard42/mupen64plus-rsp-hle/"
10 groups=('mupen64plus-hg')
11 depends=('mupen64plus-core-hg')
12 makedepends=('mercurial')
14 _hgroot='http://bitbucket.org/richard42'
15 _hgrepo='mupen64plus-rsp-hle'
21 if [ -d $_hgrepo ]; then
22 cd $_hgrepo && hg pull -u
24 hg clone "${_hgroot}/${_hgrepo}"
28 make -C projects/unix all || return 1
29 make -C projects/unix PREFIX=/usr DESTDIR=${pkgdir} install || return 1