| |
---|
| | |
---|
| | EXPORTDIR = /shared |
---|
| | INSTALLDIR = /opt/TundraWare |
---|
| | TOOLS = tools |
---|
| | MYTOOLS = perl python emacs joe htop nload nmap screen the_silver_searcher tree vim |
---|
| | LANGS = perl python |
---|
| | MYTOOLS = emacs joe htop nload nmap screen the_silver_searcher tree vim |
---|
| | PIPMODULES = ansible pew pew[pythonz] |
---|
| | |
---|
| | # Nothing below here should need changing |
---|
| | |
---|
| |
---|
| | |
---|
| | full-build: |
---|
| | echo "Make sure your OS autoconf, automake, and perl are installed!" |
---|
| | echo 'Make sure the bootstrap is installed at $TOOLSDIR' |
---|
| | ${BREW} install ${MYTOOLS} |
---|
| | ${BREW} install ${LANGS} |
---|
| | ln -nfs ${INSTALLDIR}/${TOOLS}/bin/python2 ${INSTALLDIR}/${TOOLS}/bin/python |
---|
| | ln -nfs ${INSTALLDIR}/${TOOLS}/bin/pip2 ${INSTALLDIR}/${TOOLS}/bin/pip |
---|
| | pip install $PIPMODULES -U --ignore-installed |
---|
| | pip install ${PIPMODULES} -U --ignore-installed |
---|
| | ${BREW} install ${MYTOOLS} |
---|
| | |
---|
| | full-release: tidyup |
---|
| | cd ${INSTALLDIR} && mv -v ${TOOLS} ${TOOLS}-${DATESTAMP} |
---|
| | cd ${INSTALLDIR} && tar -czvf ${EXPORTDIR}/${TOOLS}-${DATESTAMP}.tar.gz ${TOOLS}-${DATESTAMP} |
---|
| |
---|
| | |