SPELL=icedtea7 VERSION=2.3.7 SOURCE=icedtea-$VERSION.tar.gz SOURCE2=openjdk.tar.gz SOURCE3=corba.tar.gz SOURCE4=hotspot.tar.gz SOURCE5=jaxp.tar.gz SOURCE6=jaxws.tar.gz SOURCE7=jdk.tar.gz SOURCE8=langtools.tar.gz SOURCE_DIRECTORY=$BUILD_DIRECTORY/icedtea-$VERSION case "${SMGL_COMPAT_ARCHS[0]}" in ia32|32) SOURCE9=icedtea-bin-core-7.2.3.6-x86.tar.bz2 ;; x86-64|64) if [[ "${SMGL_COMPAT_ARCHS[@]/32/}" == "${SMGL_COMPAT_ARCHS[@]}" ]]; then SOURCE9=icedtea-bin-core-7.2.3.6-amd64.tar.bz2 else SOURCE9=icedtea-bin-core-7.2.3.6-x86.tar.bz2 fi ;; esac SOURCE_URL[0]=http://icedtea.classpath.org/download/source SOURCE2_URL[0]=http://icedtea.classpath.org/hg/release/icedtea7-forest-2.3/archive SOURCE3_URL[0]=http://icedtea.classpath.org/hg/release/icedtea7-forest-2.3/corba/archive SOURCE4_URL[0]=http://icedtea.classpath.org/hg/release/icedtea7-forest-2.3/hotspot/archive SOURCE5_URL[0]=http://icedtea.classpath.org/hg/release/icedtea7-forest-2.3/jaxp/archive SOURCE6_URL[0]=http://icedtea.classpath.org/hg/release/icedtea7-forest-2.3/jaxws/archive SOURCE7_URL[0]=http://icedtea.classpath.org/hg/release/icedtea7-forest-2.3/jdk/archive SOURCE8_URL[0]=http://icedtea.classpath.org/hg/release/icedtea7-forest-2.3/langtools/archive SOURCE9_URL[0]=http://dev.gentoo.org/~caster/distfiles SOURCE_GPG="gurus.gpg:${SOURCE}.sig" SOURCE2_GPG="gurus.gpg:${SOURCE2}.sig" 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" SOURCE8_GPG="gurus.gpg:${SOURCE8}.sig" SOURCE9_GPG="gurus.gpg:${SOURCE9}.sig" LICENSE[0]=GPL KEYWORDS="JAVA" WEB_SITE=http://icedtea.classpath.org/wiki/Main_Page ENTERED=20120616 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 .