1
0
forked from ports/opt

jre: download sources manually, see README

This commit is contained in:
Juergen Daubert 2012-04-04 08:28:55 +02:00
parent 4e3cfb22cc
commit 3a607ccca9
2 changed files with 13 additions and 1 deletions

View File

@ -6,7 +6,7 @@
name=jre
version=1.7.0_03
release=1
source=(http://download.oracle.com/otn-pub/java/jdk/7u3-b04/$name-7u3-linux-i586.tar.gz)
source=(file:///$name-7u3-linux-i586.tar.gz)
build(){
cd $name$version

12
jre/README Normal file
View File

@ -0,0 +1,12 @@
README for Java Runtime Enironment 7
REQUIREMENTS
Download the Java Runtime Environment (JRE) from
- http://www.oracle.com/technetwork/java/javase/downloads/jre-7u3-download-1501631.html
and put the file
- jre-7u*-linux-i586.tar.gz
into the directory defined by PKGMK_SOURCE_DIR. See pkgmk.conf(5).