Commit e96e547e authored by Ed Reel's avatar Ed Reel

Update buildessential to add new dependencies

Comment buildessential dependencies

Add new packages to core_packages.txt

Add missing core packages
parent 5d6ec65c
......@@ -188,9 +188,7 @@ echo lib >> .git/info/sparse-checkout
echo crew >> .git/info/sparse-checkout
git fetch origin master
git reset --hard origin/master
yes | crew install buildessential
yes | crew install less
yes | crew install most
yes | crew install buildessential less most
echo
echo "To set the default PAGER environment variable to be able to use less:"
echo "echo \"export PAGER=$CREW_PREFIX/bin/less\" >> ~/.bashrc && . ~/.bashrc"
......
......@@ -3,7 +3,7 @@ require 'package'
class Buildessential < Package
description 'A collection of tools essential to compile and build software.'
homepage ''
version '1.1'
version '1.2'
is_fake
......@@ -12,6 +12,21 @@ class Buildessential < Package
depends_on 'make'
depends_on 'pkgconfig'
# compress man pages
depends_on 'compressdoc'
# build documentation
depends_on 'doxygen'
# configure scripts reference the file command
depends_on 'filecmd'
# essential dependency for many packages
depends_on 'readline'
# override the system version with sandbox mode enabled
depends_on 'sed'
# typically required library to compile source code using "./autogen.sh"
depends_on 'automake'
depends_on 'libtool'
......
......@@ -4,15 +4,17 @@ binutils
bison
cloog
cmake
compressdoc
diffutils
doxygen
expat
filecmd
flex
gawk
gcc7
gettext
git
glibc
glibc223
gmp
gnutls
icu4c
......@@ -39,10 +41,16 @@ openssl
p11kit
patch
perl
perl_locale_messages
perl_text_unidecode
perl_unicode_eastasianwidth
perl_xml_parser
pkgconfig
readline
ruby
sed
slang
texinfo
trousers
unzip
util_macros
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment