# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils java-pkg IUSE="" DESCRIPTION="WebDav For JSP 2.x" SLOT="0" SRC_URI="mirror://apache/jakarta/slide/source/jakarta-${PN}-src-${PV}.tar.gz" HOMEPAGE="http://jakarta.apache.org/slide" KEYWORDS="~x86" LICENSE="Apache-2.0" DEPEND=">=virtual/jdk-1.4" RDEPEND=">=virtual/jdk-1.4" S="${WORKDIR}/jakarta-${PN}-src-${PV}" # temp src_unpack() { unpack ${A} } src_compile(){ ant webapp-dist } src_install() { insinto /opt/tomcat5/webapps/ doins ${S}/dist/slide/webapp/*.war }