# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="a lava lamp of currently running processes" HOMEPAGE="http://www.isi.edu/~johnh/SOFTWARE/LAVAPS/" SRC_URI="http://www.isi.edu/~johnh/SOFTWARE/LAVAPS/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" DEPEND=">=tcl-8.3.3-r3 >=tk-8.3.3-r1" #RDEPEND="" S="${WORKDIR}/${P}" src_compile() { export CXX="g++" ./configure \ --host=${CHOST} \ --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man || die "./configure failed" emake || die } src_install () { make DESTDIR=${D} install || die }