blob: 0846c54c694cb8af269fb074d87e4f1cde03c332 (
plain)
1
2
3
4
5
6
|
shopt -s extglob
pkg:setup
pkg:configure
make AR="${PKG_TARG}-ar" CFLAGS='-O2 -mthumb'
pkg:install
rm -f "${PKG_DEST}"/usr/share/aptitude/!(aptitude-defaults|section-descriptions) #function_groups|function_pkgs
|