Bug 156 : ebuild script to build proccessing under gentoo
Last modified: 2006-10-29 07:33




Status:
ASSIGNED
Resolution:
-
Priority:
P5
Severity:
enhancement

 

Reporter:
r0g1
Assigned To:
fry

Attachment Type Created Size Actions
processing-svn-0.0.99.ebuild application/octet-stream 2005-09-19 11:30 950 bytes

Description:   Opened: 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://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
}
</OUTPUT>
Additional Comment #1 From r0g1 2005-09-19 11:30
edit]
processing-svn-0.0.99.ebuild

the ebuild itself
Additional Comment #2 From Bug Master 2006-10-29 07:33
(In reply to comment #1)

anon test comment