| 1 |
jlec |
1.1 |
# Copyright 1999-2012 Gentoo Foundation
|
| 2 |
|
|
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
|
|
# $Header: /var/cvsroot/gentoo-x86/app-misc/klavaro/klavaro-1.9.3.ebuild,v 1.2 2012/02/13 23:13:15 tetromino Exp $
|
| 4 |
|
|
|
| 5 |
|
|
EAPI=4
|
| 6 |
|
|
|
| 7 |
|
|
AUTOTOOLS_AUTORECONF=yes
|
| 8 |
|
|
|
| 9 |
|
|
inherit autotools-utils
|
| 10 |
|
|
|
| 11 |
|
|
DESCRIPTION="Another free touch typing tutor program"
|
| 12 |
|
|
HOMEPAGE="http://klavaro.sourceforge.net/"
|
| 13 |
|
|
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
|
| 14 |
|
|
|
| 15 |
|
|
LICENSE="GPL-2"
|
| 16 |
|
|
SLOT="0"
|
| 17 |
|
|
KEYWORDS="~amd64 ~x86"
|
| 18 |
|
|
IUSE=""
|
| 19 |
|
|
|
| 20 |
|
|
RDEPEND="
|
| 21 |
|
|
net-misc/curl
|
| 22 |
|
|
x11-libs/gtk+:2
|
| 23 |
|
|
x11-libs/gtkdatabox"
|
| 24 |
|
|
|
| 25 |
|
|
DEPEND="${RDEPEND}
|
| 26 |
|
|
sys-devel/gettext
|
| 27 |
|
|
|| ( dev-util/gtk-builder-convert <=x11-libs/gtk+-2.24.10:2 )"
|
| 28 |
|
|
|
| 29 |
|
|
DOCS=( AUTHORS ChangeLog NEWS README TODO )
|
| 30 |
|
|
|
| 31 |
|
|
PATCHES=( "${FILESDIR}"/${P}-gold.patch )
|