summaryrefslogtreecommitdiffstats
path: root/java/icedtea6/DETAILS
blob: c4b38ad0e3b596b57389c218fb88e592c33d0e1b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
            SPELL=icedtea6
          VERSION=1.11.3
           SOURCE=$SPELL-$VERSION.tar.gz
          SOURCE2=$SOURCE.sig
          SOURCE3=openjdk-6-src-b24-14_nov_2011.tar.gz
          SOURCE4=jdk6-jaf-b20.zip
          SOURCE5=jaxp144_03.zip
          SOURCE6=jdk6-jaxws2_1_6-2011_06_13.zip
    SOURCE_URL[0]=http://icedtea.classpath.org/download/source/$SOURCE
   SOURCE2_IGNORE=signature
   SOURCE2_URL[0]=http://icedtea.classpath.org/download/source/$SOURCE2
   SOURCE3_URL[0]=http://download.java.net/openjdk/jdk6/promoted/b24/$SOURCE3
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
#       SOURCE_GPG="icedtea.gpg:${SOURCE2}:UPSTREAM_KEY"
       SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
case "${SMGL_COMPAT_ARCHS[0]}" in
  ia32|32)
          SOURCE7=icedtea-bin-core-6.1.11.1-x86.tar.bz2
  ;;
  x86-64|64)
    if [[ "${SMGL_COMPAT_ARCHS[@]/32/}" == "${SMGL_COMPAT_ARCHS[@]}" ]]; then
          SOURCE7=icedtea-bin-core-6.1.11.1-amd64.tar.bz2
    else
          SOURCE7=icedtea-bin-core-6.1.11.1-x86.tar.bz2
    fi
  ;;
esac
      SOURCE3_GPG="gurus.gpg:${SOURCE3}.sig"
      SOURCE4_GPG="gurus.gpg:${SOURCE4}.sig"
      SOURCE5_GPG="gurus.gpg:${SOURCE5}.sig"
      SOURCE6_GPG="gurus.gpg:${SOURCE6}.sig"
      SOURCE7_GPG="gurus.gpg:${SOURCE7}.sig"
   SOURCE4_URL[0]=http://icedtea.classpath.org/download/drops/$SOURCE4
   SOURCE5_URL[0]=http://icedtea.classpath.org/download/drops/$SOURCE5
   SOURCE6_URL[0]=http://icedtea.classpath.org/download/drops/$SOURCE6
   SOURCE7_URL[0]=http://distfiles.gentoo.org/distfiles/$SOURCE7
       LICENSE[0]=GPL
         KEYWORDS="JAVA"
         WEB_SITE=http://icedtea.classpath.org/wiki/Main_Page
          ENTERED=20111023
            SHORT='Harness to build OpenJDK with Free Software build tools'
cat << EOF
The IcedTea project provides a harness to build the source code from 
http://openjdk.java.net using Free Software build tools and adds a number of key
features to the upstream OpenJDK codebase:

A Free 64-bit plugin with LiveConnect and Java Web Start support 
(see IcedTea-Web).
Support for additional platforms via a pure interpreted mode in HotSpot (Zero) 
or the alternative CACAO virtual machine. Experimental JIT support for Zero is 
also available via Shark. 
EOF