blob: ad910701f8a1b543f474448e302cc8b5ee25f150 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-board/knights/knights-2.4.0.ebuild,v 1.1 2011/10/30 06:51:00 scarabeus Exp $
EAPI=4
KDE_LINGUAS="bg bs ca ca@valencia cs da de el en_GB eo es et fi fr hu it ja lt
ml nds nl pl pt pt_BR ro ru sk sr sr@latin sv uk zh_TW"
KDE_HANDBOOK="optional"
inherit kde4-base
DESCRIPTION="A simple chess board for KDE"
HOMEPAGE="http://kde-apps.org/content/show.php/Knights?content=122046"
SRC_URI="http://dl.dropbox.com/u/2888238/Knights/${P}.tar.bz2"
LICENSE="GPL-3"
KEYWORDS="~amd64 ~x86"
SLOT="4"
IUSE="debug"
DEPEND="$(add_kdebase_dep libkdegames)"
RDEPEND="${DEPEND}"
pkg_postinst() {
kde4-base_pkg_postinst
elog "No chess engines are emerged by default! If you want a chess engine"
elog "to play with, you can emerge gnuchess or crafty."
}
|