@ -6,7 +6,7 @@ name=armips
vcs_git "https://github.com/Kingcom/$name"
header_end
getfile "$name"; cd "$name"
getfile vcs; cd vcs
compile_cmake_installbin "$name"
# vim:set tabstop=4 shiftwidth=4 syntax=sh et:
@ -5,7 +5,7 @@ name=ctr
vcs_git "https://github.com/b1l1s/$name"
mkdir -p "$dir_install/opt/devkitPRO/devkitARM/arm-none-eabi/include" "$dir_install/opt/devkitPRO/devkitARM/arm-none-eabi/lib"
make DEVKITARM="$dir_install/opt/devkitPRO/devkitARM" install
@ -5,7 +5,7 @@ name=ctrff
@ -5,7 +5,7 @@ name=Project_CTR
vcs_git "https://github.com/profi200/$name"
getfile "$name"; cd "$name/ctrtool"
getfile vcs; cd vcs/ctrtool
make
install -D ctrtool "$dir_install/$prefix/bin/ctrtool"
@ -5,7 +5,7 @@ name=ctrulib
vcs_git "https://github.com/smealum/$name"
getfile "$name"; cd "$name/libctru"
getfile vcs; cd vcs/libctru
make DEVKITPRO="$dir_install/opt/devkitPRO" install
getfile "$name"; cd "$name/makerom"
getfile vcs; cd vcs/makerom
install -D makerom "$dir_install/$prefix/bin/makerom"
@ -6,7 +6,7 @@ name=sockfile
vcs_git "https://github.com/mid-kid/$name"