diff options
author | Ryan P.C. McQuen <ryanpcmcquen@gmail.com> | 2014-04-21 07:32:07 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-04-23 07:51:53 +0700 |
commit | 087f14cf8e72cee0728512ca6a4cddd207ccbd8f (patch) | |
tree | 16b38f64b2e0386c8f62718c6e3bef04e5e60a72 | |
parent | 6cfbbb06ebde11000856df15b08a9e6f7f503714 (diff) |
office/openoffice.org: Remove jdk as DEPS.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | office/openoffice.org/README | 11 | ||||
-rw-r--r-- | office/openoffice.org/openoffice.org.info | 2 |
2 files changed, 7 insertions, 6 deletions
diff --git a/office/openoffice.org/README b/office/openoffice.org/README index c35fb3543423..92b3c5b8612c 100644 --- a/office/openoffice.org/README +++ b/office/openoffice.org/README @@ -2,9 +2,10 @@ OpenOffice.org is a full-featured open-source office suite that is compatible with all other major office software. This script builds a Slackware package from the official binary (RPM's) -distributed by openoffice.org. Everything needed by the application should -be built statically into it, so there aren't any dependencies not satisfied -by a normal installation. A java runtime environment (jre) is suggested by -openoffice.org, but it is not required (note that jre can be installed -ing the jdk slackbuild provided by slackbuilds.org). +distributed by openoffice.org. + +Apache recommends having either jre or jdk installed, but it is not +required. See more details here: + +https://wiki.openoffice.org/wiki/Java_and_OpenOffice.org diff --git a/office/openoffice.org/openoffice.org.info b/office/openoffice.org/openoffice.org.info index 098d813ba077..95fde2906a8f 100644 --- a/office/openoffice.org/openoffice.org.info +++ b/office/openoffice.org/openoffice.org.info @@ -5,6 +5,6 @@ DOWNLOAD="http://sourceforge.net/projects/openofficeorg.mirror/files/4.0.1/binar MD5SUM="a0434ff77a1a9645f787f3386cbe0f73" DOWNLOAD_x86_64="http://sourceforge.net/projects/openofficeorg.mirror/files/4.0.1/binaries/en-US/Apache_OpenOffice_4.0.1_Linux_x86-64_install-rpm_en-US.tar.gz" MD5SUM_x86_64="7f51836d8a131239552db487253395d7" -REQUIRES="jdk" +REQUIRES="" MAINTAINER="Ryan P.C. McQuen" EMAIL="ryan.q@linux.com" |