2009-08-26 17:00:38 +02:00
|
|
|
#!/bin/sh
|
|
|
|
#item ####description ###on off ###
|
|
|
|
TMP=/var/log/setup/tmp
|
|
|
|
if [ ! -d $TMP ]; then
|
|
|
|
mkdir -p $TMP
|
|
|
|
fi
|
|
|
|
cat /dev/null > $TMP/SeTnewtag
|
|
|
|
dialog --title "SELECTING PACKAGES FROM SERIES D (PROGRAM DEVELOPMENT)" \
|
|
|
|
--checklist "Please confirm the packages you wish to install \
|
2018-05-28 21:12:29 +02:00
|
|
|
from series D. Use the UP/DOWN keys to scroll through the list, and \
|
|
|
|
the SPACE key to deselect any items you don't want to install. \
|
2009-08-26 17:00:38 +02:00
|
|
|
Press ENTER when you are \
|
|
|
|
done." 22 72 12 \
|
2016-06-30 22:26:57 +02:00
|
|
|
"Cython" "C bindings for Python" "on" \
|
2009-08-26 17:00:38 +02:00
|
|
|
"autoconf" "GNU source autoconfig system" "on" \
|
|
|
|
"automake" "GNU makefile generator" "on" \
|
|
|
|
"binutils" "GNU C compiler utilities" "on" \
|
|
|
|
"bison" "GNU bison parser generator" "on" \
|
|
|
|
"ccache" "Fast Compiler Cache" "on" \
|
2019-11-17 23:07:53 +01:00
|
|
|
"check" "unit test framework" "on" \
|
2009-08-26 17:00:38 +02:00
|
|
|
"clisp" "CLISP Common Lisp" "on" \
|
|
|
|
"cmake" "Cross platform make utility" "on" \
|
|
|
|
"cscope" "Source code browser" "on" \
|
|
|
|
"cvs" "Concurrent Versions System" "on" \
|
|
|
|
"dev86" "8086 assembler/loader" "on" \
|
|
|
|
"distcc" "gcc frontend to use networked machines" "on" \
|
|
|
|
"doxygen" "Source code documentation generator" "on" \
|
|
|
|
"flex" "Fast lexical analyzer generator" "on" \
|
2013-11-04 18:08:47 +01:00
|
|
|
"gcc" "GNU C compiler" "on" \
|
2018-05-28 21:12:29 +02:00
|
|
|
"gcc-brig" "GNU BRIG (HSA IL) front-end for gcc" "on" \
|
2012-09-26 03:10:42 +02:00
|
|
|
"gcc-g++" "GNU C++ compiler for gcc" "on" \
|
2019-05-04 20:44:36 +02:00
|
|
|
"gcc-gdc" "GNU D compiler for gcc" "on" \
|
2012-09-26 03:10:42 +02:00
|
|
|
"gcc-gfortran" "GNU Fortran 95/2003/2008 compiler for gcc" "on" \
|
|
|
|
"gcc-gnat" "GNU Ada83/95/2005/2012 compiler for gcc" "on" \
|
|
|
|
"gcc-go" "GNU Go compiler for gcc" "on" \
|
2019-05-09 03:39:14 +02:00
|
|
|
"gcc-objc" "GNU Objective-C/C++ compiler for gcc" "on" \
|
2009-08-26 17:00:38 +02:00
|
|
|
"gdb" "The GNU debugger" "on" \
|
|
|
|
"gettext-tools" "GNU internationalization devel package" "on" \
|
|
|
|
"git" "A directory content manager" "on" \
|
2018-05-28 21:12:29 +02:00
|
|
|
"gnucobol" "open source COBOL compiler" "on" \
|
2009-08-26 17:00:38 +02:00
|
|
|
"gperf" "Generates hash functions" "on" \
|
|
|
|
"guile" "GNU extension language library" "on" \
|
2020-05-30 23:31:07 +02:00
|
|
|
"gyp" "Generate Your Projects" "on" \
|
2013-11-04 18:08:47 +01:00
|
|
|
"help2man" "Automatic man page generator" "on" \
|
2018-08-14 02:10:54 +02:00
|
|
|
"icecream" "distributed C/C++ compiler daemon/scheduler" "on" \
|
2009-08-26 17:00:38 +02:00
|
|
|
"indent" "Change the indenting style of a C program" "on" \
|
|
|
|
"intltool" "Internationalization utilities" "on" \
|
|
|
|
"kernel-headers" "Linux kernel include files" "on" \
|
|
|
|
"libtool" "GNU libtool library support script" "on" \
|
2012-09-26 03:10:42 +02:00
|
|
|
"llvm" "LLVM compiler toolkit" "on" \
|
2009-08-26 17:00:38 +02:00
|
|
|
"m4" "GNU m4 macro processor" "on" \
|
|
|
|
"make" "GNU make" "on" \
|
|
|
|
"mercurial" "Distributed source management system" "on" \
|
2018-05-28 21:12:29 +02:00
|
|
|
"meson" "A high performance build system" "on" \
|
2009-08-26 17:00:38 +02:00
|
|
|
"nasm" "NASM assembler" "on" \
|
2018-05-28 21:12:29 +02:00
|
|
|
"ninja" "build system with a focus on speed" "on" \
|
|
|
|
"opencl-headers" "OpenCL (Open Computing Language) header files" "on" \
|
2009-08-26 17:00:38 +02:00
|
|
|
"oprofile" "System profiling tool" "on" \
|
|
|
|
"p2c" "A Pascal to C translator" "on" \
|
2018-05-28 21:12:29 +02:00
|
|
|
"parallel" "Tool for executing jobs in parallel" "on" \
|
|
|
|
"patchelf" "tool to modify ELF binaries/libraries" "on" \
|
2009-08-26 17:00:38 +02:00
|
|
|
"perl" "Larry Wall's systems language" "on" \
|
|
|
|
"pkg-config" "A tool for managing library information" "on" \
|
|
|
|
"pmake" "Parallel make from BSD" "on" \
|
2018-05-28 21:12:29 +02:00
|
|
|
"python-pip" "tool for installing Python packages" "on" \
|
2016-06-30 22:26:57 +02:00
|
|
|
"python-setuptools" "Enhancements to Python distutils" "on" \
|
2020-04-21 04:45:06 +02:00
|
|
|
"python2" "An interpreted object-oriented language, v2" "on" \
|
2018-05-28 21:12:29 +02:00
|
|
|
"python3" "An interpreted object-oriented language, v3" "on" \
|
2009-08-26 17:00:38 +02:00
|
|
|
"rcs" "GNU revision control system" "on" \
|
2018-05-28 21:12:29 +02:00
|
|
|
"re2c" "regular expressions to C/C++ conversion tool" "on" \
|
2009-08-26 17:00:38 +02:00
|
|
|
"ruby" "Interpreted object-oriented script language" "on" \
|
2018-05-28 21:12:29 +02:00
|
|
|
"rust" "a safe, concurrent, practical language" "on" \
|
2016-06-30 22:26:57 +02:00
|
|
|
"scons" "A software construction tool" "on" \
|
2011-04-25 15:37:00 +02:00
|
|
|
"slacktrack" "Tracks a source installation to make a package" "on" \
|
2009-08-26 17:00:38 +02:00
|
|
|
"strace" "Traces program execution" "on" \
|
|
|
|
"subversion" "Subversion version control system" "on" \
|
|
|
|
"swig" "Simplified Wrapper and Interface Generator" "on" \
|
2018-11-22 06:56:56 +01:00
|
|
|
"vala" "GNOME programming language" "on" \
|
2011-04-25 15:37:00 +02:00
|
|
|
"yasm" "The Yasm Modular Assembler" "on" \
|
2009-08-26 17:00:38 +02:00
|
|
|
2> $TMP/SeTpkgs
|
|
|
|
if [ $? = 1 -o $? = 255 ]; then
|
|
|
|
rm -f $TMP/SeTpkgs
|
|
|
|
> $TMP/SeTnewtag
|
|
|
|
for pkg in \
|
2020-05-30 23:31:07 +02:00
|
|
|
Cython autoconf automake binutils bison ccache check clisp cmake cscope cvs dev86 distcc doxygen flex gcc gcc-brig gcc-g++ gcc-gdc gcc-gfortran gcc-gnat gcc-go gcc-objc gdb gettext-tools git gnucobol gperf guile gyp help2man icecream indent intltool kernel-headers libtool llvm m4 make mercurial meson nasm ninja opencl-headers oprofile p2c parallel patchelf perl pkg-config pmake python-pip python-setuptools python2 python3 rcs re2c ruby rust scons slacktrack strace subversion swig vala yasm \
|
2009-08-26 17:00:38 +02:00
|
|
|
; do
|
|
|
|
echo "$pkg: SKP" >> $TMP/SeTnewtag
|
|
|
|
done
|
|
|
|
exit
|
|
|
|
fi
|
|
|
|
cat /dev/null > $TMP/SeTnewtag
|
|
|
|
for PACKAGE in \
|
2020-05-30 23:31:07 +02:00
|
|
|
Cython autoconf automake binutils bison ccache check clisp cmake cscope cvs dev86 distcc doxygen flex gcc gcc-brig gcc-g++ gcc-gdc gcc-gfortran gcc-gnat gcc-go gcc-objc gdb gettext-tools git gnucobol gperf guile gyp help2man icecream indent intltool kernel-headers libtool llvm m4 make mercurial meson nasm ninja opencl-headers oprofile p2c parallel patchelf perl pkg-config pmake python-pip python-setuptools python2 python3 rcs re2c ruby rust scons slacktrack strace subversion swig vala yasm \
|
2009-08-26 17:00:38 +02:00
|
|
|
; do
|
2013-11-04 18:08:47 +01:00
|
|
|
if grep "\(^\| \)$PACKAGE\( \|$\)" $TMP/SeTpkgs 1> /dev/null 2> /dev/null ; then
|
2009-08-26 17:00:38 +02:00
|
|
|
echo "$PACKAGE: ADD" >> $TMP/SeTnewtag
|
|
|
|
else
|
|
|
|
echo "$PACKAGE: SKP" >> $TMP/SeTnewtag
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
rm -f $TMP/SeTpkgs
|