diff --git a/install-sdk.sh b/install-sdk.sh index 7bf7b50..81046be 100755 --- a/install-sdk.sh +++ b/install-sdk.sh @@ -50,11 +50,15 @@ function install_sdk { "=") file=${line[2]} path=${line[0]} + new_path=$(dirname ${path})/${file} + mv -v ${path} ${new_path} + path=${new_path} ;; ":") case ${line[0]} in "fd2sfd") sfd="$(basename ${line[2]%%.fd}.sfd)" + echo "${line[2]} ${line[3]} -> ${sfd}" fd2sfd -o ${sfd} ${line[2]} ${line[3]} mkdir -p "${PREFIX}/os-lib/sfd" cp -v ${sfd} "${PREFIX}/os-lib/sfd/${sfd}" diff --git a/sdk/mcc_betterstring.sdk b/sdk/mcc_betterstring.sdk new file mode 100644 index 0000000..0f31c57 --- /dev/null +++ b/sdk/mcc_betterstring.sdk @@ -0,0 +1,8 @@ +Short: BetterString custom class for MUI +Version: 11.26 +Url: http://aminet.net/dev/mui/MCC_BetterString-11.26.lha + +MCC_BetterString/Developer/Autodocs/MCC/MCC_BetterString.doc +MCC_BetterString/Developer/Autodocs/MCC/MCC_HotkeyString.doc +MCC_BetterString/Developer/C/include/mui/BetterString_mcc.h +MCC_BetterString/Developer/C/include/mui/HotkeyString_mcc.h diff --git a/sdk/mcc_nlist.sdk b/sdk/mcc_nlist.sdk new file mode 100644 index 0000000..654ca37 --- /dev/null +++ b/sdk/mcc_nlist.sdk @@ -0,0 +1,16 @@ +Short: NList custom classes for MUI +Version: 0.117 +Url: http://aminet.net/dev/mui/MCC_NList-0.117.lha + +MCC_NList/Developer/Autodocs/MCC/MCC_NBalance.doc +MCC_NList/Developer/Autodocs/MCC/MCC_NFloattext.doc +MCC_NList/Developer/Autodocs/MCC/MCC_NList.doc +MCC_NList/Developer/Autodocs/MCC/MCC_NListtree.doc +MCC_NList/Developer/Autodocs/MCC/MCC_NListview.doc +MCC_NList/Developer/Autodocs/MCC/NList_mcc.doc +MCC_NList/Developer/C/include/mui/NBalance_mcc.h +MCC_NList/Developer/C/include/mui/NBitmap_mcc.h +MCC_NList/Developer/C/include/mui/NFloattext_mcc.h +MCC_NList/Developer/C/include/mui/NList_mcc.h +MCC_NList/Developer/C/include/mui/NListtree_mcc.h +MCC_NList/Developer/C/include/mui/NListview_mcc.h diff --git a/sdk/mcc_texteditor.sdk b/sdk/mcc_texteditor.sdk new file mode 100644 index 0000000..45e2f05 --- /dev/null +++ b/sdk/mcc_texteditor.sdk @@ -0,0 +1,7 @@ +Short: TextEditor custom class for MUI +Version: 15.43 +Url: http://aminet.net/dev/mui/MCC_TextEditor-15.43.lha + +MCC_TextEditor/Developer/Autodocs/MCC/MCC_TextEditor.doc +MCC_TextEditor/Developer/C/include/mui/TextEditor_mcc.h +MCC_TextEditor/Docs/MCC_TextEditor.guide diff --git a/sdk/mcc_thebar.sdk b/sdk/mcc_thebar.sdk new file mode 100644 index 0000000..5749c3f --- /dev/null +++ b/sdk/mcc_thebar.sdk @@ -0,0 +1,6 @@ +Short: Next Generation Toolbar MUI Custom Class +Version: 26.14 +Url: http://aminet.net/dev/mui/MCC_TheBar-26.14.lha + +MCC_TheBar/Developer/Autodocs/MCC/MCC_TheBar.doc +MCC_TheBar/Developer/C/include/mui/TheBar_mcc.h diff --git a/sdk/warp3d.sdk b/sdk/warp3d.sdk new file mode 100644 index 0000000..a618e22 --- /dev/null +++ b/sdk/warp3d.sdk @@ -0,0 +1,12 @@ +Short: Driver system for 3D hardware on the Amiga +Version: 4.0 +Url: http://aminet.net/driver/video/Warp3DDev-4.0.lha + +Warp3D_Devel/Docs/Warp3D.doc +Warp3D_Devel/Docs/Warp3D.guide +Warp3D_Devel/Docs/Warp3D_Devel.guide +Warp3D_Devel/Include/clib/Warp3D_protos.h +Warp3D_Devel/Include/fd/Warp3D.fd = Warp3D_lib.fd +Warp3D_Devel/Include/Warp3D/Warp3D.h +fd2sfd : Warp3D_Devel/Include/fd/Warp3D_lib.fd Warp3D_Devel/Include/clib/Warp3D_protos.h +sfdc : Warp3D_lib.sfd