# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /home/cvsroot/gentoo-x86/dev-java/mysql-jdbc/mysql-jdbc-2.0.14.ebuild,v 1.3 2003/02/13 10:22:12 vapier Exp $ S=${WORKDIR}/mysql-connector-java-${PV}-stable SRC_URI="http://gd.tuwien.ac.at/db/mysql/Downloads/Connector-J/mysql-connector-java-${PV}-stable.tar.gz" DESCRIPTION="Connector/J, the MySQL JDBC driver." HOMEPAGE="http://www.mysql.com/products/connector-j/index.html" LICENSE="GPL-2" SLOT="0" KEYWORDS="*" RDEPEND=">=virtual/jdk-1.2" DEPEND="${RDEPEND}" src_install() { dojar ${S}/mysql-connector-java-${PV}-stable-bin.jar dodoc ${S}/README ${S}/CHANGES ${S}/COPYING }