added new dep: gnuchess

This commit is contained in:
Giuseppe 2010-12-16 15:36:52 +00:00
parent b0189b55dc
commit 27663731fe

View File

@ -8,13 +8,12 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
pkgname=knights
pkgver=2.2.0
pkgrel=1
pkgrel=2
pkgdesc="Chess board for KDE with XBoard protocol support"
arch=('i686' 'x86_64')
url="http://kde-apps.org/content/show.php/Knights?content=122046"
license=('GPL')
depends=('kdegames-common')
optdepends=('gnuchess: for playing against the computer')
depends=('kdegames-common' 'gnuchess')
makedepends=('cmake' 'automoc4' 'docbook-xsl')
source=("http://dl.dropbox.com/u/2888238/Knights/${pkgname}-${pkgver}.tar.bz2")
md5sums=('6196e8ef8d2e7c16e38307469708f7cf')