# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-java/commons-cli/commons-cli-1.0-r4.ebuild,v 1.4 2004/10/16 17:04:14 axxo Exp $ inherit java-pkg eutils DESCRIPTION="werkz is a light-weight goal-oriented process framework. Certain tasks, such as organizing the build-chain of a complex development project, can be easily modelled as a graph of goals." HOMEPAGE="http://werkz.sourceforge.net" SRC_URI="http://www.ibiblio.org/maven/werkz/jars/werkz-${PV}.jar" DEPEND=">=virtual/jdk-1.3" RDEPEND=">=virtual/jdk-1.3" LICENSE="Werken" SLOT="0" KEYWORDS="x86 ppc sparc amd64" src_unpack() { :; } src_compile(){ :; } src_install() { java-pkg_dojar $DISTDIR/werkz*.jar }