# Maintainer: Samuel Walladge pkgname=dreamchess pkgver=0.2.1.RC2 _pkgver=0.2.1 subpkg=RC2 pkgrel=1 pkgdesc="DreamChess - OpenGL Chess Game" arch=('i686' 'x86_64') url="https://github.com/dreamchess/dreamchess" license=('GPL') depends=(mxml sdl2_mixer sdl2_image glew hicolor-icon-theme) source=(https://github.com/dreamchess/dreamchess/releases/download/$_pkgver/$pkgname-$_pkgver-$subpkg.tar.gz) md5sums=('afb6d1b81d324dc76238f3607d84af30') build() { cd "$srcdir/$pkgname-$_pkgver-$subpkg" ./configure --prefix=/usr make } package() { cd "$srcdir/$pkgname-$_pkgver-$subpkg" make DESTDIR="$pkgdir" install } # vim:set ts=2 sw=2 et: