blob: 7ec117b51d78bd9f45cee5022b04e46a30ddcaae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-kde/qalculate-kde-0.8.0.ebuild,v 1.2 2005/07/10 01:27:59 weeve Exp $
inherit kde
DESCRIPTION="A modern multi-purpose calculator for KDE"
HOMEPAGE="http://qalculate.sourceforge.net/"
SRC_URI="mirror://sourceforge/qalculate/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~sparc ~x86"
IUSE=""
DEPEND="sci-libs/libqalculate
x11-libs/qt
kde-base/kdelibs"
DOCS="AUTHORS ChangeLog NEWS README TODO"
need-kde 3.1
|