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:
@@ -13,7 +13,8 @@ if $(HAIKU_ADD_ALTERNATIVE_GCC_LIBS) && $(HAIKU_ALTERNATIVE_GCC_OUTPUT_DIR) {
|
|||||||
|
|
||||||
# Available Optional Packages:
|
# Available Optional Packages:
|
||||||
# APR - support libraries used for example by Subversion
|
# 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
|
# Beam - powerful native e-mail client
|
||||||
# BeBook - the classic BeOS API documentation
|
# BeBook - the classic BeOS API documentation
|
||||||
# BeHappy - special documentation (i.e. BeBook) browser
|
# 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
|
# Beam
|
||||||
if [ IsOptionalHaikuImagePackageAdded Beam ] {
|
if [ IsOptionalHaikuImagePackageAdded Beam ] {
|
||||||
if $(TARGET_ARCH) != x86 {
|
if $(TARGET_ARCH) != x86 {
|
||||||
@@ -348,8 +360,6 @@ if [ IsOptionalHaikuImagePackageAdded DevelopmentBase ]
|
|||||||
# other commonly used tools
|
# other commonly used tools
|
||||||
InstallOptionalHaikuImagePackage bison-2.4.1-r1a1-x86-gcc2-2009-08-31
|
InstallOptionalHaikuImagePackage bison-2.4.1-r1a1-x86-gcc2-2009-08-31
|
||||||
: $(baseURL)/bison-2.4.1-r1a1-x86-gcc2-2009-08-31.zip ;
|
: $(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
|
InstallOptionalHaikuImagePackage m4-1.4.13-r1a1-x86-gcc2-2009-08-28
|
||||||
: $(baseURL)/m4-1.4.13-r1a1-x86-gcc2-2009-08-28.zip ;
|
: $(baseURL)/m4-1.4.13-r1a1-x86-gcc2-2009-08-28.zip ;
|
||||||
InstallOptionalHaikuImagePackage flex-2.5.35-r1a1-x86-gcc2-2009-08-31
|
InstallOptionalHaikuImagePackage flex-2.5.35-r1a1-x86-gcc2-2009-08-31
|
||||||
|
|||||||
Reference in New Issue
Block a user