diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-10-14 11:18:38 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-10-14 11:18:38 +0000 |
commit | 7112892f7b4e142f9bf2936f1d8c12d034010fa6 (patch) | |
tree | 717cf8d1121a207e79a485880bb42a633633cc54 /app-office | |
parent | *** empty log message *** (diff) | |
download | historical-7112892f7b4e142f9bf2936f1d8c12d034010fa6.tar.gz historical-7112892f7b4e142f9bf2936f1d8c12d034010fa6.tar.bz2 historical-7112892f7b4e142f9bf2936f1d8c12d034010fa6.zip |
*** empty log message ***
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/openoffice/files/digest-openoffice-605 | 1 | ||||
-rw-r--r-- | app-office/openoffice/openoffice-605.ebuild | 27 |
2 files changed, 28 insertions, 0 deletions
diff --git a/app-office/openoffice/files/digest-openoffice-605 b/app-office/openoffice/files/digest-openoffice-605 new file mode 100644 index 000000000000..254cf60b3972 --- /dev/null +++ b/app-office/openoffice/files/digest-openoffice-605 @@ -0,0 +1 @@ +MD5 9b7a175c8c72c26a5f2a850c6cdd7f87 oo_605_src.tar.gz diff --git a/app-office/openoffice/openoffice-605.ebuild b/app-office/openoffice/openoffice-605.ebuild new file mode 100644 index 000000000000..475dc9a63632 --- /dev/null +++ b/app-office/openoffice/openoffice-605.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Achim Gottinger <achim@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-605.ebuild,v 1.1 2000/10/14 11:18:38 achim Exp $ + +A=oo_605_src.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="Open Office" +SRC_URI="http://anoncvs.openoffice.org/download/OpenOffice${PV}/${A}" +HOMEPAGE="http://www.openoffice.org" + + +src_compile() { + + cd ${S} + try ./configure --prefix=/usr --host=${CHOST} + try make + +} + +src_install () { + + cd ${S} + try make DESTDIR=${D} install + +} + |