# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 IUSE="" DESCRIPTION="mccp extension to TCL" HOMEPAGE="http://tcl-mccp.sf.net/" SRC_URI="mirror://sourceforge/tcl-mccp/${P}.tar.gz" LICENSE="GPL2" SLOT="0" KEYWORDS="~x86 ~ppc ~sparc ~alpha" DEPEND="dev-lang/tcl" src_compile() { econf || die "./configure failed" make || die } src_install () { einstall || die }