1 # Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org>
6 pkgdesc="The one and only emulator of Nintendo's Virtual Boy console"
8 url="http://www.goliathindustries.com/vb/"
10 depends=('allegro' 'gcc-libs')
12 source=(http://www.goliathindustries.com/vb/download/emu/rboy_084_src.zip \
14 md5sums=('38bfe12d32ac868bd808e378c95a6aff'
15 '0ca9ba3ed006d95eb7b600658521266e')
20 # overriding cflags to avoid 3.4 erroring out due to march parameter
26 install -Dm755 rboy_linux "$pkgdir"/usr/bin/$pkgname
27 install -Dm644 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE