1 # Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org>
6 pkgdesc="A Ruby extension library to use SDL"
8 url="http://www.kmc.gr.jp/~ohai/rubysdl.en.html"
10 depends=('ruby' 'sdl_mixer' 'libgl' 'sdl-skk' 'sge')
12 install=$pkgname.install
13 # The number in the middle changes. See downloads page:
14 # http://rubyforge.org/projects/rubysdl/
15 source=(http://rubyforge.org/frs/download.php/67740/rubysdl-$pkgver.tar.gz)
16 md5sums=('322ed760f8afd3a4450ab1228c2efc2e')
23 make DESTDIR="$pkgdir" install
25 mkdir -p "$pkgdir"/usr/share/$pkgname
26 cp -rf sample/ "$pkgdir"/usr/share/$pkgname/samples/