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.
 
 
 
 
 

15 lines
441 B

name=general-tools
version=1.0.0
update_url='https://sourceforge.net/projects/devkitpro/files/sources/tools/'
dlextract "https://sourceforge.net/projects/devkitpro/files/sources/tools/$name-$version.tar.bz2" \
'ad13e4e3521e49156340c57ecb3c1b76'
_
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: