# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-java/jdbc2-postgresql/jdbc2-postgresql-6.5.2.ebuild,v 1.2 2003/05/14 17:28:22 absinthe Exp $ inherit java-pkg At="jdbc6.5-1.2.jar" S=${WORKDIR} DESCRIPTION="JDBC Driver for PostgreSQL" SRC_URI="http://jdbc.postgresql.org/download/${At}" HOMEPAGE="http://jdbc.postgresql.org/" KEYWORDS="x86 ppc sparc alpha mips hppa arm" LICENSE="POSTGRESQL" SLOT="1" DEPEND="" RDEPEND=">=virtual/jdk-1.2" src_compile() { einfo "This is a binary-only ebuild (for now)." } src_install() { java-pkg_dojar ${DISTDIR}/${At} }