# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit subversion eutils MY_PN=${PN/-svn/} ESVN_REPO_URI="svn://anonymous@processing.org/trunk/processing" DESCRIPTION="Processing is an open source programming language and environment for people who want to program images, animation, and sound. It is used by students, artists, designers, architects, researchers, and hobbyists for learning, prototyping, and production. It is created to teach fundamentals of computer programming within a visual context and to serve as a software sketchbook and professional production tool." HOMEPAGE="http://processing.org/" SRC_URI="" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="" S=${WORKDIR}/${MY_PN} src_unpack() { subversion_src_unpack } src_compile() { cd build/linux ./make.sh || die "./make.sh failed" } src_install() { ewarn "didn do this yet ;)" && die }