# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils java-pkg DESCRIPTION="The JDesktop Integration Components (JDIC) tray icon API" HOMEPAGE="https://jdic.dev.java.net/" SRC_URI="https://jdic.dev.java.net/files/documents/880/9849/jdic-0.8.7-src.zip" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~x86" MY_P="jdic" S="${WORKDIR}/${MY_P}-${PV}-src/${MY_P}" IUSE="" DEPEND=">=virtual/jdk-1.4.2 >=dev-java/ant-core-1.5.4" RDEPEND=">=virtual/jre-1.4.2" src_unpack() { unpack $A } src_compile() { cd $S ant buildtray } src_install() { cd ${WORKDIR}/${MY_P}-${PV}-src/ dodoc COPYING dohtml README.html cd $S/dist/linux java-pkg_dojar jdic.jar java-pkg_doso libtray.so }