mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
parent
409d6c9366
commit
1b5c7a2e3b
1 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'arduino'
|
# Template file for 'arduino'
|
||||||
pkgname=arduino
|
pkgname=arduino
|
||||||
version=1.8.3
|
version=1.8.5
|
||||||
revision=1
|
revision=1
|
||||||
hostmakedepends="apache-ant unzip ImageMagick openjdk"
|
hostmakedepends="apache-ant unzip ImageMagick openjdk"
|
||||||
depends="virtual?java-runtime avr-binutils avr-gcc avr-libc avrdude"
|
depends="virtual?java-runtime avr-binutils avr-gcc avr-libc avrdude"
|
||||||
|
@ -10,9 +10,9 @@ license="GPL-2, LGPL-2"
|
||||||
homepage="http://arduino.cc/"
|
homepage="http://arduino.cc/"
|
||||||
distfiles="
|
distfiles="
|
||||||
https://github.com/arduino/Arduino/archive/${version}.tar.gz
|
https://github.com/arduino/Arduino/archive/${version}.tar.gz
|
||||||
${SOURCEFORGE_SITE}/astyle/astyle_2.05.1_linux.tar.gz"
|
${SOURCEFORGE_SITE}/astyle/astyle_3.0.1_linux.tar.gz"
|
||||||
checksum="754476522b2fe49641b23dfc6e9cb5e0130a6df2eff5a8b76008f7e86885e9eb
|
checksum="57e8c4cf9147135a10cfd45431189a675b1c39ddf833eaeed553f4fc869fdf69
|
||||||
fbdfc6f1966a972d19a215927266c76d4183eee235ed1e2bd7ec551c2a270eac"
|
6c3ab029e0e4a75e2e603d449014374aa8269218fdd03a4aaa46ab743b1912fd"
|
||||||
nostrip=yes
|
nostrip=yes
|
||||||
wrksrc=Arduino-$version
|
wrksrc=Arduino-$version
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@ do_build() {
|
||||||
mkdir -p build/linux/work/lib
|
mkdir -p build/linux/work/lib
|
||||||
cd ../astyle/build/gcc
|
cd ../astyle/build/gcc
|
||||||
make ${makejobs} java
|
make ${makejobs} java
|
||||||
cp bin/libastyle-2.05.1j.so \
|
cp bin/libastylej.so.3.0.1 \
|
||||||
../../../Arduino-$version/build/linux/work/lib/libastylej.so
|
../../../Arduino-$version/build/linux/work/lib/libastylej.so
|
||||||
cd ../../../Arduino-$version/build
|
cd ../../../Arduino-$version/build
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
|
Loading…
Add table
Reference in a new issue