office/openoffice.org: Remove jdk as DEPS.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Ryan P.C. McQuen 2014-04-21 07:32:07 +07:00 committed by Willy Sudiarto Raharjo
parent 6cfbbb06eb
commit 087f14cf8e
2 changed files with 7 additions and 6 deletions

View File

@ -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

View File

@ -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"