diff options
Diffstat (limited to 'app-office/koffice-libs/koffice-libs-1.3.5.ebuild')
-rw-r--r-- | app-office/koffice-libs/koffice-libs-1.3.5.ebuild | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/app-office/koffice-libs/koffice-libs-1.3.5.ebuild b/app-office/koffice-libs/koffice-libs-1.3.5.ebuild new file mode 100644 index 000000000000..f84b5496364e --- /dev/null +++ b/app-office/koffice-libs/koffice-libs-1.3.5.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/koffice-libs/koffice-libs-1.3.5.ebuild,v 1.1 2005/01/29 13:23:40 motaboy Exp $ + +MAXKOFFICEVER=1.3.5 +KMNAME=koffice +KMMODULE=lib +inherit kde-meta eutils + +DESCRIPTION="shared koffice libraries" +HOMEPAGE="http://www.koffice.org/" +SRC_URI="$SRC_URI mirror://kde/stable/${KMNAME}/src/${KMNAME}-${PV}.tar.bz2" + +LICENSE="GPL-2 LGPL-2" +KEYWORDS="~x86" + +IUSE="" +SLOT="0" + +DEPEND="dev-util/pkgconfig" + +RDEPEND="$DEPEND $(deprange $PV $MAXKOFFICEVER app-office/koffice-data)" + +KMEXTRA=" + interfaces/ + plugins/ + tools/ + filters/olefilters/ + filters/xsltfilter/ + filters/generic_wrapper/ + kounavail/ + doc/koffice + doc/thesaurus" + +KMEXTRACTONLY=" + kchart/kdchart" + +need-kde 3.1 + +src_unpack() { + kde-meta_src_unpack unpack + + # Force the compilation of libkopainter. + sed -i 's:$(KOPAINTERDIR):kopainter:' $S/lib/Makefile.am + + kde-meta_src_unpack makefiles +} |