* Added optional package OpenSSL.
* Added list of optional packages. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24690 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
0255f41188
commit
71136ca48a
@ -2,6 +2,19 @@
|
||||
# It is directly included from HaikuImage -- all variables defined there can
|
||||
# be used
|
||||
|
||||
# Available Optional Packages:
|
||||
# Development
|
||||
# Firefox
|
||||
# Links
|
||||
# OpenSound
|
||||
# OpenSSL
|
||||
# Pe
|
||||
# Perl
|
||||
# Vision
|
||||
# VLC
|
||||
# WonderBrush
|
||||
|
||||
|
||||
# package dependencies
|
||||
OptionalPackageDependencies Development : Perl ;
|
||||
|
||||
@ -145,6 +158,20 @@ if [ IsOptionalHaikuImagePackageAdded OpenSound ] {
|
||||
}
|
||||
|
||||
|
||||
# OpenSSL
|
||||
if [ IsOptionalHaikuImagePackageAdded OpenSSL ] {
|
||||
if $(HAIKU_GCC_VERSION[1]) >= 4 {
|
||||
Echo "No optional package Pe available for gcc4" ;
|
||||
} else {
|
||||
local baseURL = http://haiku-files.org/files/optional-packages ;
|
||||
InstallOptionalHaikuImagePackage openssl-0.9.8g-gcc2-2008-03-28
|
||||
: $(baseURL)/openssl-0.9.8g-gcc2-2008-03-28.zip
|
||||
: home
|
||||
;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
# Pe text editor
|
||||
if [ IsOptionalHaikuImagePackageAdded Pe ] {
|
||||
if $(HAIKU_GCC_VERSION[1]) >= 4 {
|
||||
|
Loading…
Reference in New Issue
Block a user