You are not logged in.

#1 2006-05-30 00:16:20

user
Member
Registered: 2006-03-29
Posts: 465

[RQ]Processing 1.0(BETA)


I removed my sig, cause i select the flag, the flag often the target of enemy.

SAR brain-tumor
[img]http://img91.imageshack.us/img91/460/cellphonethumb0ff.jpg[/img]

Offline

#2 2008-02-24 01:56:45

beniro
Member
From: St. Petersburg, FL, USA
Registered: 2002-12-31
Posts: 313

Re: [RQ]Processing 1.0(BETA)

I removed my sig, cause i select the flag, the flag often the target of enemy.

Dude, yer blowing my mind...not sure what that means...

But it's blowing my mind.  wink

And bump.

Offline

#3 2008-02-24 10:40:04

Stefan Husmann
Member
From: Germany
Registered: 2007-08-07
Posts: 1,391

Re: [RQ]Processing 1.0(BETA)

Hello,

a very dirty PKGBUILD (it installs everything to /opt/processing), but it soewhat works. Did not test carefully, because I have no idea how to do so.

You have to put /opt/processing to your PATH. The call is "processing"

# $Id: pkgbuild-mode.el,v 1.23 2007/10/20 16:02:14 juergen Exp $
# Contributor stefan minus husmann at t minus online dot de
pkgname=processing  
pkgver=0135
pkgrel=1 
pkgdesc=""
url="http://www.processing.org"
arch=('i686')
license=('GPL')
depends=('jikes' 'jre')
install=processing.install
source=(http://www.$pkgname.org/download/$pkgname-$pkgver.tgz)
md5sums=('d2948f5897e4fd604d6f7a81653ef452')
build() {
  cd $startdir/src/$pkgname-$pkgver
  install -d $pkgdir/opt/$pkgname
  cp -r * $pkgdir/opt/$pkgname
}

install-file:

post_install() {
  echo "put /opt/processing to your PATH"
  /bin/true
}

op=$1
shift
[ "$(type -t "$op")" = "function" ] && $op "$@"

Offline

Board footer

Powered by FluxBB