# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="tclkit for Linux" HOMEPAGE="http://www.equi4.com/tclkit.html" SRC_URI="http://www.equi4.com/pub/tk/${PV}/tclkit-linux-x86.gz" LICENSE="" SLOT="0" KEYWORDS="-* ~x86" IUSE="" RESTRICT="nostrip nomirror" DEPEND=">=dev-lang/tk-8.4" S=${WORKDIR} src_compile() { einfo "Nothing to compile..." } src_install() { exeinto /usr/bin newexe ${WORKDIR}/tclkit-linux-x86 tclkit }