mirror of
https://frontier.innolan.net/github/amigaos-cross-toolchain6.git
synced 2024-10-19 10:29:55 +00:00
Merge pull request #14 from stu/master
Quick fix for install-sdk. Update MUI related sdk version numbers.
This commit is contained in:
@ -49,13 +49,14 @@ function install_sdk {
|
||||
local sdk="$2"
|
||||
|
||||
local url=`sed -ne "s/Url: //p" ${sdk}`
|
||||
local tmp=`mktemp -d -t "${name}"`
|
||||
#local tmp=`mktemp -d -t "${name}"`
|
||||
local tmp=`mktemp -d -t "${name}.XXX"`
|
||||
|
||||
pushd ${tmp}
|
||||
|
||||
download "${url}"
|
||||
|
||||
lha -xgq `basename ${url}`
|
||||
$(TOP_DIR)/.build-m68k/host/bin/lha -xq `basename ${url}`
|
||||
|
||||
sed -ne '5,$p' ${sdk} | while read -a line; do
|
||||
if [[ ${#line[@]} > 1 ]]; then
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Short: BetterString custom class for MUI
|
||||
Version: 11.28
|
||||
Url: http://aminet.net/dev/mui/MCC_BetterString-11.28.lha
|
||||
Version: 11.29
|
||||
Url: http://aminet.net/dev/mui/MCC_BetterString-11.29.lha
|
||||
|
||||
MCC_BetterString/Developer/Autodocs/MCC/MCC_BetterString.doc
|
||||
MCC_BetterString/Developer/Autodocs/MCC/MCC_HotkeyString.doc
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Short: NList custom classes for MUI
|
||||
Version: 0.119
|
||||
Url: http://aminet.net/dev/mui/MCC_NList-0.119.lha
|
||||
Version: 0.120
|
||||
Url: http://aminet.net/dev/mui/MCC_NList-0.120.lha
|
||||
|
||||
MCC_NList/Developer/Autodocs/MCC/MCC_NBalance.doc
|
||||
MCC_NList/Developer/Autodocs/MCC/MCC_NFloattext.doc
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Short: TextEditor custom class for MUI
|
||||
Version: 15.45
|
||||
Url: http://aminet.net/dev/mui/MCC_TextEditor-15.45.lha
|
||||
Version: 15.46
|
||||
Url: http://aminet.net/dev/mui/MCC_TextEditor-15.46.lha
|
||||
|
||||
MCC_TextEditor/Developer/Autodocs/MCC/MCC_TextEditor.doc
|
||||
MCC_TextEditor/Developer/C/include/mui/TextEditor_mcc.h
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Short: Next Generation Toolbar MUI Custom Class
|
||||
Version: 26.15
|
||||
Url: http://aminet.net/dev/mui/MCC_TheBar-26.15.lha
|
||||
Version: 26.16
|
||||
Url: http://aminet.net/dev/mui/MCC_TheBar-26.16.lha
|
||||
|
||||
MCC_TheBar/Developer/Autodocs/MCC/MCC_TheBar.doc
|
||||
MCC_TheBar/Developer/C/include/mui/TheBar_mcc.h
|
||||
|
||||
Reference in New Issue
Block a user