blob: be8c6c0a012420571e2f829ab74b96bb1d748514 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/kexi/kexi-0.1_beta3.ebuild,v 1.3 2004/06/24 21:54:51 agriffis Exp $
inherit kde
need-kde 3.2
MY_P=${P/_beta/beta}
S=${WORKDIR}/${MY_P}
DESCRIPTION="Integrated environment for managing data."
SRC_URI="mirror://kde/unstable/apps/KDE3.x/office/${MY_P}.tar.bz2"
RESTRICT="nomirror"
HOMEPAGE="http://kexi-project.org/"
LICENSE="GPL-2"
IUSE=""
SLOT="0"
KEYWORDS="~x86 ~ppc"
|