diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2004-05-16 23:07:42 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2004-05-16 23:07:42 +0000 |
commit | 9f18df1272813e9197126de153753cb9b7d54bdd (patch) | |
tree | 33a735ca09af6ea6048ec34827213242141d6d59 /dev-tcltk/tcldom/tcldom-2.6.ebuild | |
parent | yoink, no more need for you (diff) | |
download | gentoo-2-9f18df1272813e9197126de153753cb9b7d54bdd.tar.gz gentoo-2-9f18df1272813e9197126de153753cb9b7d54bdd.tar.bz2 gentoo-2-9f18df1272813e9197126de153753cb9b7d54bdd.zip |
Initial import.
Diffstat (limited to 'dev-tcltk/tcldom/tcldom-2.6.ebuild')
-rw-r--r-- | dev-tcltk/tcldom/tcldom-2.6.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-tcltk/tcldom/tcldom-2.6.ebuild b/dev-tcltk/tcldom/tcldom-2.6.ebuild new file mode 100644 index 000000000000..b16114a8c2b1 --- /dev/null +++ b/dev-tcltk/tcldom/tcldom-2.6.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tcldom/tcldom-2.6.ebuild,v 1.1 2004/05/16 23:07:42 matsuu Exp $ + +DESCRIPTION="Document Object Model For Tcl" +HOMEPAGE="http://tclxml.sourceforge.net/tcldom.html" +SRC_URI="mirror://sourceforge/tclxml/${P}.tar.gz" +IUSE="" +LICENSE="BSD" +SLOT="0" +KEYWORDS="~x86" + +DEPEND=">=dev-lang/tcl-8.3.3" +RDEPEND="${DEPEND} + >=dev-tcltk/tclxml-2.6" + +src_compile() { + econf || die + make || die +} + +src_install() { + einstall || die + dodoc ChangeLog LICENSE README RELNOTES +} |