Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
S="${WORKDIR}/${PN}-${PV}-src"
src_unpack() {
unpack ${A}
cd ${S}
use junit && echo "junit.jar=`java-config -p junit`" >> build.properties
}
src_compile() {
local antflags="jar"
use jikes && antflags="${antflags} -Dbuild.compiler=jikes"