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.
 
 
 
 
 

17 lines
619 B

import 'compile/configure'
name=sdcc
version=3.8.0
dlextract "https://sourceforge.net/projects/$name/files/$name/$version/$name-src-$version.tar.bz2" \
'31d0d3db8a157018e3df530c50a3974e'
_
cd "$name-$version"
compile_configure -- --without-ccache
rm -rf "$dir_install/$dir_prefix/$dir_data/$name"/lib/src/pic16/*/.deps
rm -rf "$dir_install/$dir_prefix/$dir_data/$name"/non-free/lib/src/pic16/*/.deps
find "$dir_install/$dir_prefix/$dir_data/$name/lib/src" -empty -delete
find "$dir_install/$dir_prefix/$dir_data/$name/non-free/lib/src" -empty -delete
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab: