mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
development/arduino: Updated for version 1.0.5 + New Maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
15631e70fd
commit
f973bf7ea2
2 changed files with 12 additions and 10 deletions
|
@ -13,8 +13,10 @@
|
||||||
# I am not responsible for any consequences that follow from the
|
# I am not responsible for any consequences that follow from the
|
||||||
# incorrect use of this script.
|
# incorrect use of this script.
|
||||||
|
|
||||||
|
# Modified by Mario Preksavec <mario@slackware.hr>
|
||||||
|
|
||||||
PRGNAM=arduino
|
PRGNAM=arduino
|
||||||
VERSION=${VERSION:-1.0.2}
|
VERSION=${VERSION:-1.0.5}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -33,10 +35,10 @@ OUTPUT=${OUTPUT:-/tmp}
|
||||||
|
|
||||||
if [ "$ARCH" = "i486" ]; then
|
if [ "$ARCH" = "i486" ]; then
|
||||||
LIBDIRSUFFIX=""
|
LIBDIRSUFFIX=""
|
||||||
SRCSUFFIX="-linux"
|
SRCSUFFIX="-linux32"
|
||||||
elif [ "$ARCH" = "i686" ]; then
|
elif [ "$ARCH" = "i686" ]; then
|
||||||
LIBDIRSUFFIX=""
|
LIBDIRSUFFIX=""
|
||||||
SRCSUFFIX="-linux"
|
SRCSUFFIX="-linux32"
|
||||||
elif [ "$ARCH" = "x86_64" ]; then
|
elif [ "$ARCH" = "x86_64" ]; then
|
||||||
LIBDIRSUFFIX="64"
|
LIBDIRSUFFIX="64"
|
||||||
SRCSUFFIX="-linux64"
|
SRCSUFFIX="-linux64"
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="arduino"
|
PRGNAM="arduino"
|
||||||
VERSION="1.0.2"
|
VERSION="1.0.5"
|
||||||
HOMEPAGE="http://www.arduino.cc"
|
HOMEPAGE="http://www.arduino.cc"
|
||||||
DOWNLOAD="https://arduino.googlecode.com/files/arduino-1.0.2-linux.tgz"
|
DOWNLOAD="https://arduino.googlecode.com/files/arduino-1.0.5-linux32.tgz"
|
||||||
MD5SUM="4c4151d55adcbfbe960413ebd8481ccd"
|
MD5SUM="ca6a87052a83e9500d6555c1f54c793b"
|
||||||
DOWNLOAD_x86_64="https://arduino.googlecode.com/files/arduino-1.0.2-linux64.tgz"
|
DOWNLOAD_x86_64="https://arduino.googlecode.com/files/arduino-1.0.5-linux64.tgz"
|
||||||
MD5SUM_x86_64="59c6a363bcf768506a8c16c1d8cfad6b"
|
MD5SUM_x86_64="47bc3292f96a9d0e1a31f7c707c9acef"
|
||||||
REQUIRES="jdk"
|
REQUIRES="jdk"
|
||||||
MAINTAINER="Vliegendehuiskat"
|
MAINTAINER="Mario Preksavec"
|
||||||
EMAIL="vliegendehuiskat [at] gmail [dot] com"
|
EMAIL="mario at slackware dot hr"
|
||||||
|
|
Loading…
Reference in a new issue