3 CORE_TOOLS
="openssh vim curl"
4 DEV_TOOLS
="git-base bmake gmake binutils clang"
5 EXTRA_TOOLS
="bison groff perl python27"
8 This script contains 3 sets of packages, you can install any of those
9 sets independently, just type N when pkgin ask for confirmation to skip
12 The following sets are available:
25 echo "Installing core tools"
26 echo "====================="
29 pkgin
install ${CORE_TOOLS}
32 echo "Installing default development tools"
33 echo "===================================="
36 pkgin
install ${DEV_TOOLS}
39 echo "Installing extras"
40 echo "================="
43 pkgin
install ${EXTRA_TOOLS}