You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
510 B
15 lines
510 B
9 years ago
|
name=default_arm7
|
||
|
libname=libnds
|
||
9 years ago
|
version=0.6.0
|
||
9 years ago
|
update_url="https://sourceforge.net/projects/devkitpro/files/default arm7/"
|
||
9 years ago
|
update_names="<tr title=\"$version\" class=\"folder \">"
|
||
9 years ago
|
|
||
|
download "https://sourceforge.net/projects/devkitpro/files/default arm7/$version/$name-$version.tar.bz2" \
|
||
9 years ago
|
"11cf9d749c3d346ca35c5d586364fad3"
|
||
9 years ago
|
header_end
|
||
|
|
||
9 years ago
|
mkdir -p "$dir_install/opt/devkitPRO/$libname"
|
||
|
extract "$name-$version.tar.bz2" "$dir_install/opt/devkitPRO/$libname"
|
||
9 years ago
|
|
||
|
# vim:set tabstop=4 shiftwidth=4 syntax=sh et:
|