# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="A Tcl/Tk phonebook and calling system" SRC_URI="mirror://sourceforge/tkphone/${P}.tar.gz" HOMEPAGE="http://tkphone.sourceforge.net" KEYWORDS="~x86" SLOT="0" LICENSE="GPL-2" IUSE="" DEPEND=">=dev-lang/tcl-8.3.4 >=dev-lang/tk-8.3.4" src_compile() { epatch ${FILESDIR}/tkphone-disable-wish-test.patch epatch ${FILESDIR}/tkphone-fix-libpath.patch ./configure --prefix=/usr \ --host=${CHOST} \ || die "could not configure" emake || die "emake failed" } src_install() { dobin tkphone.tcl dodir /usr/libexec/tkphone insinto /usr/libexec/tkphone doins tkphone_settings.tcl tkphone_using.tcl dodoc AUTHORS COPYING ChangeLog NEWS README TODO }