updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / dfight / PKGBUILD
blobf538bdbc7d2ec94f250a287cb7c316b9fc8d372d
1 # Maintainer: attila589 <attila589 at gmail dot com>
3 pkgname=dfight
4 pkgver=0.2
5 pkgrel=1
6 pkgdesc="Multi-player 3D board game for Linux written using Clutter. It is inspired by a popular board game called Khet."
7 arch=(i686 x86_64)
8 url="http://www.busydoingnothing.co.uk/dfight/"
9 license=('GPL')
10 depends=('clutter' 'hicolor-icon-theme')
11 source=(http://www.busydoingnothing.co.uk/dfight/releases/${pkgname}-${pkgver}.tar.gz)
12 md5sums=('b3d600d48fd40a8c000a674accc730e5')
13 sha256sums=('164d5ad77c9829d81f44f2df76472857f44ebe35ff65f11c29760f9939cc4572')
14 install=dfight.install
16 build() {
17   cd "${srcdir}/${pkgname}-${pkgver}"
18   ./configure --prefix=/usr
19   make
22 package() {
23   cd "${srcdir}/${pkgname}-${pkgver}"
24   make DESTDIR="${pkgdir}" install