Was supposed to be a linux distribution, now just a collection of build scripts for packages on top of (ideally) any distribution.
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.
 
 
 
 
 

14 lines
359 B

name=3dstools
version=1.1.4
dlextract "https://github.com/devkitPro/$name/releases/download/v$version/$name-$version.tar.bz2" \
'019400fb230a4e14d25dc791c49d9a2b'
_
cd "$name-$version"
./configure --prefix="/$dir_prefix/$dir_lib/devkitPRO/devkitARM"
make
make DESTDIR="$dir_install" install
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab: