1 # Maintainer: Jan de Groot <jgc@archlinux.org>
2 # Contributer: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
7 pkgdesc="Video game music file emulation/playback library"
8 url="https://bitbucket.org/mpyne/game-music-emu"
13 source=("https://bitbucket.org/mpyne/game-music-emu/downloads/game-music-emu-$pkgver.tar.xz")
14 sha256sums=('aba34e53ef0ec6a34b58b84e28bf8cfbccee6585cebca25333604c35db3e051d')
15 validpgpkeys=(5406ECE83665DA9D201D35720BAF0C9C7B6AE9F2) # Michael Pyne <mpyne@kde.org>
18 cd game-music-emu-${pkgver}
22 cmake .. -DCMAKE_INSTALL_PREFIX=/usr
27 cd game-music-emu-${pkgver}/build
28 make DESTDIR="${pkgdir}" install