# ant-jdk16/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] #--------------------------------------------------------------------- 1. Presently, the standard version of "ant" requires a support library named "JUnit". "JUnit" was optional for older versions of "ant". It's not clear why the library has been made mandatory. "JUnit" introduces complications such as a license that we're not fam- iliar with and the functionality provided doesn't seem to be essenti- al. Therefore, this distro patches "ant" to remove the dependency on "JUnit". #--------------------------------------------------------------------- [buildtimes] #--------------------------------------------------------------------- [settings] configure = none license = See "license*.txt" in installed tree licfile = LICENSE licprefix = $PRODTREE/openjdk16 nosyslinks = yes proddir = none purge = no shareddir = yes unpack = relaxed dontfind = openjdk08 openjdk10 setpaths = openjdk16 #--------------------------------------------------------------------- [depends] openjdk16:strict #--------------------------------------------------------------------- [build] export JAVA_HOME=$PRODTREE/openjdk16 export ANT_HOME=$JAVA_HOME export PATH=$JAVA_HOME/bin:$PATH SPCMISC=$PKGDIR_SPECIAL/misc PREFIX=$PRODTREE/openjdk16 BINDIR=$PREFIX/bin LIBDIR=$PREFIX/lib MANDIR=$PREFIX/man/man1 mkdir -p $BINDIR $LIBDIR $MANDIR cp -p $PKGDIR_SPECIAL/misc/ant.1.gz $MANDIR/ rm -fr $MANDIR/ant.1 gzip -d $MANDIR/ant.1.gz sh ./bootstrap.sh cp -a bootstrap/bin/* $BINDIR/ cp -a bootstrap/lib/* $LIBDIR/ cd $LIBDIR touch jarbundler-2.2.0.jar rm jarbundler-2.2.0.jar unzip $SPCMISC/jarbundler-2.2.0.jar.zip cd $BINDIR mv ant ant.bin cp $PKGDIR_SPECIAL/antjdk16.wrapper.in ant chmod 755 ant #--------------------------------------------------------------------- # Original URLs. These URLs were valid at one point, but may have died # since then. If you download newer versions of tarballs [etc.], don't # delete the original versions, as you may not be able to replace # them. [urls] url_debian = http://packages.debian.org/unstable/source/ant url_home = http://ant.apache.org/ url_lfs = http://www.linuxfromscratch.org/blfs/view/stable/\ general/apache-ant.html url_tarball = http://www.apache.org/dist/ant/source/\ apache-ant-1.10.9-src.tar.bz2 #--------------------------------------------------------------------- [history] 250223 Added package. Started with 1.10.9.