1 # Maintainer: Alexey Michurin <a.michurin@gmail.com>
6 pkgdesc='A Tetris-like game on a hexagonal grid'
8 url='http://hexglass.googlecode.com/'
20 changelog="$pkgname.changelog"
21 source=("http://hexglass.googlecode.com/files/$pkgname-$pkgver.tar.gz")
23 md5sums=('408148e6b05065d12edd7066b929465b')
26 cd "$srcdir/$pkgname-$pkgver"
32 cd "$srcdir/$pkgname-$pkgver"
33 make INSTALL_ROOT="$pkgdir/" install
36 # vim:set ts=2 sw=2 et: