diff options
author | Dan Armak <danarmak@gentoo.org> | 2002-12-04 20:26:29 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2002-12-04 20:26:29 +0000 |
commit | 786c7db38002422aab771bab35790f5ab8f14435 (patch) | |
tree | 880dce7805d7a1df8df6f970c42b4bcba83eb297 /app-office/koffice | |
parent | add moz-1.1 patch back (diff) | |
download | historical-786c7db38002422aab771bab35790f5ab8f14435.tar.gz historical-786c7db38002422aab771bab35790f5ab8f14435.tar.bz2 historical-786c7db38002422aab771bab35790f5ab8f14435.zip |
koffice 1.2.1, not yet officially released so masked for now
Diffstat (limited to 'app-office/koffice')
-rw-r--r-- | app-office/koffice/files/digest-koffice-1.2.1 | 1 | ||||
-rw-r--r-- | app-office/koffice/koffice-1.2.1.ebuild | 27 |
2 files changed, 28 insertions, 0 deletions
diff --git a/app-office/koffice/files/digest-koffice-1.2.1 b/app-office/koffice/files/digest-koffice-1.2.1 new file mode 100644 index 000000000000..107814748a96 --- /dev/null +++ b/app-office/koffice/files/digest-koffice-1.2.1 @@ -0,0 +1 @@ +MD5 6a73aa72b094ca7b7377f74a508e804e koffice-1.2.1.tar.bz2 9275595 diff --git a/app-office/koffice/koffice-1.2.1.ebuild b/app-office/koffice/koffice-1.2.1.ebuild new file mode 100644 index 000000000000..58cf54a20855 --- /dev/null +++ b/app-office/koffice/koffice-1.2.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/koffice/koffice-1.2.1.ebuild,v 1.1 2002/12/04 20:26:29 danarmak Exp $ +inherit kde-base flag-o-matic + +filter-flags "-fomit-frame-pointer" + +need-kde 3 + +DESCRIPTION="A free, integrated office suite for KDE, the K Desktop Environment." +HOMEPAGE="http://www.koffice.org/" +LICENSE="GPL-2 LGPL-2" +SRC_URI="mirror://kde/stable/$P/src/$P.tar.bz2" + +KEYWORDS="x86 ~ppc" + +DEPEND="$DEPEND + >=dev-lang/python-2.2.1 + >=media-libs/libart_lgpl-2.3.9 + >=media-gfx/imagemagick-5.4.5" + +export LIBPYTHON="`python-config --libs`" +export LIBPYTHON="${LIBPYTHON//-L \/usr\/lib\/python2.2\/config}" + +need-automake 1.5 +need-autoconf 2.5 + |