summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-tcltk/mysqltcl/mysqltcl-3.02.ebuild')
-rw-r--r--dev-tcltk/mysqltcl/mysqltcl-3.02.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-tcltk/mysqltcl/mysqltcl-3.02.ebuild b/dev-tcltk/mysqltcl/mysqltcl-3.02.ebuild
new file mode 100644
index 000000000000..11f732e26685
--- /dev/null
+++ b/dev-tcltk/mysqltcl/mysqltcl-3.02.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/mysqltcl/mysqltcl-3.02.ebuild,v 1.1 2006/06/04 02:49:37 matsuu Exp $
+
+DESCRIPTION="TCL MySQL Interface"
+HOMEPAGE="http://www.xdobry.de/mysqltcl/"
+SRC_URI="http://www.xdobry.de/mysqltcl/${P}.tar.gz"
+
+LICENSE="as-is"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+DEPEND=">=dev-lang/tcl-8.1.0
+ >=dev-db/mysql-4.1"
+
+src_install() {
+ make DESTDIR="${D}" install || die
+ dodoc AUTHORS COPYING README README-msqltcl ChangeLog
+ dohtml doc/mysqltcl.html
+ prepalldocs
+}