Created BasicCommandLineTools OptionalPackage group and moved sed from DevelopmentBase to the new group.

TODO: determine which other command line tools may also fit under this new group.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34889 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Scott McCreary
2010-01-04 15:45:20 +00:00
parent 37caa95564
commit 056970a70d
+13 -3
View File
@@ -13,7 +13,8 @@ if $(HAIKU_ADD_ALTERNATIVE_GCC_LIBS) && $(HAIKU_ALTERNATIVE_GCC_OUTPUT_DIR) {
# Available Optional Packages:
# APR - support libraries used for example by Subversion
# APR-util
# APR-util - Apache portable runtime utility library
# BasicCommandLineTools - basic commandline tools
# Beam - powerful native e-mail client
# BeBook - the classic BeOS API documentation
# BeHappy - special documentation (i.e. BeBook) browser
@@ -94,6 +95,17 @@ if [ IsOptionalHaikuImagePackageAdded APR-util ] {
}
# BasicCommandLineTools
if [ IsOptionalHaikuImagePackageAdded BasicCommandLineTools ]
&& $(TARGET_ARCH) = x86 {
# sed
InstallOptionalHaikuImagePackage sed-4.2.1-r1a1-x86-gcc2-2009-08-30
: $(baseURL)/sed-4.2.1-r1a1-x86-gcc2-2009-08-30.zip
:
: true ;
}
# Beam
if [ IsOptionalHaikuImagePackageAdded Beam ] {
if $(TARGET_ARCH) != x86 {
@@ -348,8 +360,6 @@ if [ IsOptionalHaikuImagePackageAdded DevelopmentBase ]
# other commonly used tools
InstallOptionalHaikuImagePackage bison-2.4.1-r1a1-x86-gcc2-2009-08-31
: $(baseURL)/bison-2.4.1-r1a1-x86-gcc2-2009-08-31.zip ;
InstallOptionalHaikuImagePackage sed-4.2.1-r1a1-x86-gcc2-2009-08-30
: $(baseURL)/sed-4.2.1-r1a1-x86-gcc2-2009-08-30.zip ;
InstallOptionalHaikuImagePackage m4-1.4.13-r1a1-x86-gcc2-2009-08-28
: $(baseURL)/m4-1.4.13-r1a1-x86-gcc2-2009-08-28.zip ;
InstallOptionalHaikuImagePackage flex-2.5.35-r1a1-x86-gcc2-2009-08-31