1 # Contributor: Jaroslav Lichtblau <tu@dragonlord.cz>
6 pkgdesc="A tetris like game, but the 'random' order of piece selection is different than the standard 'random' number generator method."
8 url="http://sourceforge.net/projects/eviltris"
10 depends=('sdl' 'mesa')
11 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
12 md5sums=('d824425e19836dd2ae95c99268614d83')
15 cd "${srcdir}/$pkgname-$pkgver"
18 install -D -m755 "${srcdir}/$pkgname-$pkgver/$pkgname" "${pkgdir}/usr/bin/$pkgname" || return 1