jdk: updated to 1.7.0_04

This commit is contained in:
Jose V Beneyto 2012-05-08 13:02:40 +02:00
parent c2877c5e0b
commit 220d570c1e
4 changed files with 1392 additions and 1396 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1 +1 @@
99a0fa02b608985c271e55122f0621bf jdk-7u3-linux-i586.tar.gz
8e271abb32ac6ce199ba15ee5beb758b jdk-7u4-linux-i586.tar.gz

View File

@ -4,9 +4,9 @@
# Packager: Simone Rota, sip at crux dot nu
name=jdk
version=1.7.0_03
version=1.7.0_04
release=1
source=(http://download.oracle.com/otn-pub/java/$name/7u3-b04/$name-7u3-linux-i586.tar.gz)
source=(file:///$name-7u4-linux-i586.tar.gz)
build(){
rm -rf $SRC/jdk*/{man/ja,jre/lib/javaws/messages_,demo,sample}*

View File

@ -1,6 +1,11 @@
README for Java SE Development Kit 7
README for jdk
REQUIREMENTS
To download Java SE Development Kit 7 go to:
http://www.oracle.com/technetwork/java/javase/downloads/jdk-7u2-download-1377129.html
(You must accept the Oracle Binary Code License Agreement for Java SE to download this software)
Download the Java SE Development Kit (JDK) from
- http://www.oracle.com/technetwork/java/javase/downloads/jdk-7u4-downloads-1591156.html
and put the file
- jdk-7u*-linux-i586.tar.gz
into the directory defined by PKGMK_SOURCE_DIR. See pkgmk.conf(5).