mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
development/Arduino: Fixed ownership, download & md5sums.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
This commit is contained in:
parent
ce0a55c561
commit
6863a0ae14
2 changed files with 7 additions and 4 deletions
|
@ -142,6 +142,9 @@ mkdir -p $PKG/opt/$PRGNAM
|
|||
mv arduino{,-builder} dist examples hardware lib libraries reference \
|
||||
tools{,-builder} $PKG/opt/$PRGNAM
|
||||
|
||||
# Ownership fixup
|
||||
chown -R root:root $PKG/opt/Arduino/tools-builder
|
||||
|
||||
# Make it a bit more user friendly
|
||||
mkdir -p $PKG/usr/{bin,share/applications}
|
||||
sed "s/FULL_PATH/\/opt\/$PRGNAM/" $CWD/arduino.desktop \
|
||||
|
|
|
@ -12,7 +12,7 @@ DOWNLOAD="https://github.com/arduino/Arduino/archive/1.6.7.tar.gz \
|
|||
http://downloads.arduino.cc/packages/package_index.json.sig \
|
||||
http://downloads.arduino.cc/libraries/library_index.json.gz \
|
||||
https://github.com/arduino/toolchain-avr/archive/avr-gcc-4.8.1-avrdude-6.0.1-arduino5.tar.gz \
|
||||
http://download.savannah.gnu.org/releases/avr-libc/avr-libc-1.8.0.tar.bz2 \
|
||||
http://download.savannah.gnu.org/releases/avr-libc/old-releases/avr-libc-1.8.0.tar.bz2 \
|
||||
http://distribute.atmel.no/tools/opensource/Atmel-AVR-GNU-Toolchain/3.4.5/avr8-headers-6.2.0.469.zip \
|
||||
http://download.savannah.gnu.org/releases/avrdude/avrdude-6.0.1.tar.gz \
|
||||
http://mirror.switch.ch/ftp/mirror/gnu/binutils/binutils-2.24.tar.bz2 \
|
||||
|
@ -32,9 +32,9 @@ MD5SUM="29bc090bae58a5078032b6a53d9ebc45 \
|
|||
edbdc40caceef0841843df661c2e7483 \
|
||||
96797ddb8f7b252fedc029e22f76bb8d \
|
||||
22787c4d0910a628b0ed71cdd40d8c13 \
|
||||
c6af2f221f2830a50c2a17817500733a \
|
||||
fe1dd73e5baaef2432a29feb5c5455b2 \
|
||||
8feb8fcf526a4ed25e25d150b002b0ad \
|
||||
dad975aa23d7c822ccbabf4e6665fb8a \
|
||||
4554598988971aa70328bf2eaa25c298 \
|
||||
455a92cc41336aa6cee620e4c0f097f4 \
|
||||
573b7840861c311e8eafbf07e37c0786 \
|
||||
54c71798f24c96bab206be098062344f \
|
||||
3719aca9af4d0d3a0855a8d43c92a4ae \
|
||||
|
|
Loading…
Reference in a new issue