blob: 9d57c93fa944e3f1a11b1991f3735a3e3c78f817 (
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
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/kalamaris/kalamaris-0.7.1.ebuild,v 1.2 2005/07/10 01:01:52 weeve Exp $
inherit kde
DESCRIPTION="The KDE Computer Algebra System"
HOMEPAGE="http://developer.kde.org/~larrosa/kalamaris.html"
SRC_URI="http://developer.kde.org/~larrosa/bin/${P}.tar.bz2"
LICENSE="GPL-2"
KEYWORDS="~ppc ~sparc x86"
DEPEND="dev-libs/gmp"
need-kde 3
S="${WORKDIR}/${PN}"
src_install() {
kde_src_install
insinto /usr/share/${PN}/examples
doins kalamaris/examples/*
insinto /usr/share/${PN}/examples2
doins kalamaris/examples2/*
}
|