# Copyright 2003 Arcady Genkin . # Distributed under the terms of the GNU General Public License v2. # $Header: /var/cvsroot/gentoo-x86/dev-tcltk/Tk_Theme/Tk_Theme-23.ebuild,v 1.2 2003/04/22 16:50:11 utx Exp $ DESCRIPTION="Theming library for TCL/TK." HOMEPAGE="http://www.xmission.com/~georgeps/Tk_Theme/" IUSE="" DEPEND="dev-lang/tcl dev-lang/tk x11-base/xfree" LICENSE="BSD" KEYWORDS="~x86" SLOT="0" SRC_URI="http://www.xmission.com/~georgeps/Tk_Theme/${P}.tgz" S=${WORKDIR}/${P} src_compile() { tclsh configure || die make || die } src_install() { local libdir=/usr/lib/Tk_Theme insinto ${libdir} doins *.tcl exeinto ${libdir} doexe theme.so dodoc Changes LICENSE README TODO }