# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # $Header: aquadatastudio-2.0.ebuild,v 1.2 2003/02/18 18:36:41 darktux Exp $ DESCRIPTION="Aqua Data Studio is a SQL editor and developer tool that allows developers to easily create, edit, and execute SQL scripts, as well as browse database structures." SRC_URI="http://www.aquafold.com/download/linux/adstudio-novm.tar.gz" HOMEPAGE="http://www.aquafold.com/index.html" LICENSE="EULA" SLOT="0" KEYWORDS="~x86" RDEPEND=">=virtual/jdk-1.4.1* >=virtual/jre-1.4.1*" pkg_preinst() { mv /var/tmp/portage/datastudio /opt ln -s /opt/datastudio/datastudio.sh /usr/bin/datastudio }