-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Description
Original author: [email protected] (June 07, 2010 00:26:39)
This bug automatically added from:
http://dev.processing.org/bugs/show_bug.cgi?id=156
Comment from r0g1, 2005-09-19 09:18
hi there,
1st. excellent piece of software!! So I (almost) finished creating an
ebuild for it for people using gentoo as their OS of choice.
Anyway, here it is, hope it will help reach 'critical mass' (see bug about
ant ;)
keep up the good work,
r0g1
<OUTPUT "from cat ;)">
processing-svn # cat processing-svn-0.0.99.ebuild
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://[email protected]/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
}
Original issue: http://code.google.com/p/processing/issues/detail?id=49