From f6de9e8853edb54c0fec6a844717bb1ef2d26a65 Mon Sep 17 00:00:00 2001 From: Vliegendehuiskat Date: Tue, 29 May 2012 17:28:39 -0400 Subject: development/arduino: Updated for version 1.0.1. Signed-off-by: dsomero --- development/arduino/README | 6 ------ development/arduino/arduino.SlackBuild | 6 +++--- development/arduino/arduino.info | 10 +++++----- development/arduino/slack-desc | 8 ++++---- 4 files changed, 12 insertions(+), 18 deletions(-) (limited to 'development/arduino') diff --git a/development/arduino/README b/development/arduino/README index 440c2d6383..251f169b2d 100644 --- a/development/arduino/README +++ b/development/arduino/README @@ -15,9 +15,3 @@ The open-source Arduino environment makes it easy to write code and upload it to the i/o board. It runs on Windows, Mac OS X, and Linux. The environment is written in Java and based on Processing, avr-gcc, and other open source software. - -This requires avr-libc, avr-gcc, and avr-binutils. - -Note: Due to a bug in the Arduino IDE, you might need to downgrade to -avr-binutils 2.20.1 to compile programs for some boards. You can use the -SlackBuild from SBo to compile a working version of avr-binutils 2.20.1. diff --git a/development/arduino/arduino.SlackBuild b/development/arduino/arduino.SlackBuild index d2ffa4e351..90fbc0d119 100644 --- a/development/arduino/arduino.SlackBuild +++ b/development/arduino/arduino.SlackBuild @@ -14,8 +14,8 @@ # incorrect use of this script. PRGNAM=arduino -VERSION=${VERSION:-1.0} -BUILD=${BUILD:-2} +VERSION=${VERSION:-1.0.1} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -51,7 +51,7 @@ SOURCENAME=$PRGNAM-$VERSION$SRCSUFFIX.tgz set -e rm -rf $PKG -mkdir -p $TMP $PKG $OUTPUT +mkdir -p $TMP $PKG $OUTPUT rm -rf $TMP/$PRGNAM-$VERSION cd $TMP tar xvf $CWD/$SOURCENAME diff --git a/development/arduino/arduino.info b/development/arduino/arduino.info index 0a3ed2c14c..41828a2ada 100644 --- a/development/arduino/arduino.info +++ b/development/arduino/arduino.info @@ -1,10 +1,10 @@ PRGNAM="arduino" -VERSION="1.0" +VERSION="1.0.1" HOMEPAGE="http://www.arduino.cc" -DOWNLOAD="http://files.arduino.cc/downloads/arduino-1.0-linux.tgz" -MD5SUM="dc5085c25aab1dcb267e0f0fa4af468e" -DOWNLOAD_x86_64="http://files.arduino.cc/downloads/arduino-1.0-linux64.tgz" -MD5SUM_x86_64="14336316af4cc4aef5f879afed9dd7ea" +DOWNLOAD="https://arduino.googlecode.com/files/arduino-1.0.1-linux.tgz" +MD5SUM="aee761a5edb9a0595ae8ac594e53c206" +DOWNLOAD_x86_64="https://arduino.googlecode.com/files/arduino-1.0.1-linux64.tgz" +MD5SUM_x86_64="f04b115280481aa66884b297dcde443e" MAINTAINER="Vliegendehuiskat" EMAIL="vliegendehuiskat [at] gmail [dot] com" APPROVED="dsomero" diff --git a/development/arduino/slack-desc b/development/arduino/slack-desc index ea8f772d60..d36efe9fb3 100644 --- a/development/arduino/slack-desc +++ b/development/arduino/slack-desc @@ -8,12 +8,12 @@ |-----handy-ruler------------------------------------------------------| arduino: Arduino (IDE) arduino: -arduino: The open-source Arduino environment makes it easy to write code and +arduino: The open-source Arduino environment makes it easy to write code and arduino: upload it to the i/o board. arduino: -arduino: It runs on Windows, Mac OS X, and Linux. +arduino: It runs on Windows, Mac OS X, and Linux. arduino: -arduino: The environment is written in Java and based on Processing, -arduino: avr-gcc, and other open source software. +arduino: The environment is written in Java and based on Processing, +arduino: avr-gcc, and other open source software. arduino: arduino: -- cgit v1.2.3