summaryrefslogtreecommitdiff
blob: 5af8a0e34ef7d3915ba483ab7f2074758e1153ac (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
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Dan Armak <danarmak@gentoo.org>
# $Header: /var/cvsroot/gentoo-x86/eclass/koffice-i18n.eclass,v 1.7 2002/04/02 23:23:39 danarmak Exp $
inherit kde
ECLASS=koffice-i18n

case $PV in
	1 | 1_* | 1.1*) 	need-kde 2.2;;
	1.2*)			need-kde 3;;
esac

SRC_PATH="kde/stable/koffice-${PV}/src/${P}.tar.bz2"
SRC_URI="ftp://ftp.kde.org/pub/$SRC_PATH
	 ftp://ftp.fh-heilbronn.de/pub/mirrors/$SRC_PATH
	 ftp://ftp.sourceforge.net/pub/mirrors/$SRC_PATH"

S=${WORKDIR}/${PN}
DESCRIPTION="KOffice ${PV} - i18n: ${PN}"
HOMEPAGE="http://www.koffice.org/"

DEPEND=">=app-office/koffice-${PV}"

myconf="$myconf --enable-final"