updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / xogame / PKGBUILD
blob582870f3c83c488b9e71cf53bc0dec9c2bc77a77
1 # Maintainer: Andrey Vlasovskikh <andrey.vlasovskikh@gmail.com>
3 pkgname=xogame
4 pkgver=1.0
5 pkgrel=1
6 pkgdesc="Noughts and crosses game via Jabber protocol"
7 arch=('i686' 'x86_64')
8 url="http://tiger.ftk.spbstu.ru/trac/edu-se-2010-xo/"
9 license=('MIT')
10 depends=('java-runtime')
11 makedepends=('java-environment' 'apache-ant')
12 source=("http://tiger.ftk.spbstu.ru/trac/edu-se-2010-xo/raw-attachment/wiki/WikiStart/$pkgname-$pkgver.tar.gz")
13 md5sums=('06ad062fc484d2a7e4f0cb6c939209a5')
15 build() {
16     cd "$srcdir/$pkgname-$pkgver"
17     make
20 package() {
21     cd "$srcdir/$pkgname-$pkgver"
22     make DESTDIR="$pkgdir" install