# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Processing is an open source programming language and environment for people who want to program images, animation, and interactions." HOMEPAGE="http://processing.org/" SRC_URI="http://processing.org/download/${P}.tgz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="" RDEPEND="" src_install() { declare PROCESSING=/opt/processing dodir ${PROCESSING%/*} mv "${S}" "${D}"${PROCESSING} }