# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit java-pkg-2 java-ant-2 DESCRIPTION="Type-Specific Collections Library" HOMEPAGE="http://www.sosnoski.com/opensrc/tclib/" SRC_URI="http://www.sosnoski.com/opensrc/tclib/code/typed.jar" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND=">=virtual/jre-1.4 >=dev-java/ant-core-1.7.0" DEPEND=">=virtual/jdk-1.4" S="${WORKDIR}" src_unpack() { jar xf "${DISTDIR}/${A}" find -name '*.jar' -print -delete find -name '*.class' -print -delete } src_compile() { cd build eant package } src_install() { java-pkg_dojar lib/tclib.jar }