| |
---|
| | |
---|
| | EXPORTDIR = /shared |
---|
| | INSTALLDIR = /opt/TundraWare |
---|
| | TOOLS = tools |
---|
| | MYTOOLS = emacs joe htop nload nmap screen the_silver_searcher tree vim |
---|
| | MYTOOLS = emacs joe htop nload nmap perl screen the_silver_searcher tree vim |
---|
| | |
---|
| | # Nothing below here should need changing |
---|
| | |
---|
| | TOOLSDIR = ${INSTALLDIR}/${TOOLS} |
---|
| |
---|
| | git clone https://github.com/Linuxbrew/brew.git ${TOOLSDIR} |
---|
| | |
---|
| | bootstrap-build: |
---|
| | echo "Make sure you have the OS development tools installed!" |
---|
| | ${BREW} install gcc git make file-formula perl |
---|
| | ${BREW} install gcc git make file-formula |
---|
| | |
---|
| | bootstrap-release: tidyup |
---|
| | cd ${INSTALLDIR} && mv -v ${TOOLS} ${TOOLS}-bootstrap-${DATESTAMP} |
---|
| | cd ${INSTALLDIR} && tar -czvf ${EXPORTDIR}/${TOOLS}-bootstrap-${DATESTAMP}.tar.gz ${TOOLS}-bootstrap-${DATESTAMP} |
---|
| | |
---|
| | full-build: |
---|
| | echo "Make sure you OS autoconf, automake, and perl installed!" |
---|
| | echo "Make sure your OS autoconf, automake, and perl are installed!" |
---|
| | echo 'Make sure the bootstrap is installed at $TOOLSDIR' |
---|
| | ${BREW} install ${MYTOOLS} |
---|
| | |
---|
| | full-release: tidyup |
---|
| |
---|
| | |