summaryrefslogtreecommitdiff
blob: 6ef6f7be4168ae64749abe9cc00ea4937de3125e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/jdbc3-firebird/jdbc3-firebird-1.5.3-r1.ebuild,v 1.1 2005/12/13 05:38:20 nichoj Exp $

inherit java-pkg

At="FirebirdSQL-${PV}JDK_1.4"
DESCRIPTION="JDBC3 driver for Firebird SQL server"
HOMEPAGE="http://firebird.sourceforge.net"
SRC_URI="mirror://sourceforge/firebird/${At}.zip"
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="x86 ppc ~sparc amd64"
IUSE="doc"
DEPEND="app-arch/unzip"
RDEPEND=">=virtual/jre-1.4"
S=${WORKDIR}

src_install() {
	java-pkg_dojar *.jar

	use doc && java-pkg_dohtml -r docs/
	dodoc ChangeLog release_notes.html
}