# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-java/jdbc2-firebird/jdbc2-firebird-1.5.3-r1.ebuild,v 1.1 2005/12/13 05:24:05 nichoj Exp $ inherit java-pkg MY_PN="FirebirdSQL" JV="1.3" MY_P="${MY_PN}-${PV}JDK_${JV}" DESCRIPTION="JDBC2 driver for Firebird SQL server" HOMEPAGE="http://www.firebird.sourceforge.net" SRC_URI="mirror://sourceforge/firebird/${MY_P}.zip" LICENSE="LGPL-2" SLOT="0" KEYWORDS="~x86 ~ppc ~sparc ~amd64" IUSE="doc" DEPEND="app-arch/unzip" RDEPEND=">=virtual/jre-1.3" S=${WORKDIR} src_install() { java-pkg_dojar *.jar use doc && java-pkg_dohtml -r docs/ dodoc ChangeLog release_notes.html }