# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="GTK+ and Gnome extension for the programming language Tcl" HOMEPAGE="http://sourceforge.net/projects/gnocl/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="BSD" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="" RDEPEND="" src_compile() { make -C src } src_install() { DESTDIR="${D}`echo puts [info library] | tclsh`" make -C src install }