blob: bbaeef379bb1403e8634a56ad7ec9cb862cb7731 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-calculators/keurocalc/keurocalc-1.0.3.ebuild,v 1.2 2011/02/02 05:35:16 tampakrap Exp $
EAPI=3
KDE_LINGUAS="ar bg br ca ca@valencia cs da de el en_GB es et fr ga gl hu it ja ka nb nds nl pl pt pt_BR
ru sk sr@Latn sr sv ta tr uk zh_TW"
inherit kde4-base
DESCRIPTION="A universal currency converter and calculator"
HOMEPAGE="http://opensource.bureau-cornavin.com/keurocalc/index.html"
SRC_URI="http://opensource.bureau-cornavin.com/keurocalc/sources/${P}.tgz"
LICENSE="GPL-2 FDL-1.2"
SLOT="4"
KEYWORDS="~amd64 ~x86"
IUSE="debug +handbook"
DOCS=( AUTHORS ChangeLog README TODO )
|