Update packages for CARootCertificates, curl, BePDF
This commit is contained in:
parent
49da4a2d47
commit
3cd00599c8
@ -19,6 +19,7 @@
|
|||||||
# Bluetooth - experimental Haiku components for Bluetooth
|
# Bluetooth - experimental Haiku components for Bluetooth
|
||||||
# BurnItNow - CD burning app
|
# BurnItNow - CD burning app
|
||||||
# Bzip - file archiving utility
|
# Bzip - file archiving utility
|
||||||
|
# CARootCertificates - bundle with trusted CA root certificates
|
||||||
# CCache - fast compiler cache
|
# CCache - fast compiler cache
|
||||||
# CDRecord - the command line CD writing tools
|
# CDRecord - the command line CD writing tools
|
||||||
# Clockwerk - native audio/video compositing
|
# Clockwerk - native audio/video compositing
|
||||||
@ -250,7 +251,7 @@ if [ IsOptionalHaikuImagePackageAdded BePDF ] {
|
|||||||
Echo "No optional package BePDF available for gcc4" ;
|
Echo "No optional package BePDF available for gcc4" ;
|
||||||
} else {
|
} else {
|
||||||
InstallOptionalHaikuImagePackage
|
InstallOptionalHaikuImagePackage
|
||||||
$(hpkgBaseURL)/bepdf-1.1.1b4-1-x86_gcc2.hpkg
|
$(hpkgBaseURL)/bepdf-1.1.1~beta5-1-x86_gcc2.hpkg
|
||||||
: common packages ;
|
: common packages ;
|
||||||
AddSymlinkToHaikuImage home config settings deskbar Applications
|
AddSymlinkToHaikuImage home config settings deskbar Applications
|
||||||
: /boot/apps/BePDF/BePDF ;
|
: /boot/apps/BePDF/BePDF ;
|
||||||
@ -338,6 +339,20 @@ if [ IsOptionalHaikuImagePackageAdded Bzip ] {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
# CARootCertificates
|
||||||
|
if [ IsOptionalHaikuImagePackageAdded CARootCertificates ] {
|
||||||
|
if $(HAIKU_GCC_VERSION[1]) >= 4 {
|
||||||
|
InstallOptionalHaikuImagePackage
|
||||||
|
: $(baseURL)/cert-2012-07-04.zip
|
||||||
|
: common data ssl ;
|
||||||
|
} else {
|
||||||
|
InstallOptionalHaikuImagePackage
|
||||||
|
: $(hpkgBaseURL)/ca_root_certificates-121229-1-any.hpkg
|
||||||
|
: common packages ;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
# CCache
|
# CCache
|
||||||
if [ IsOptionalHaikuImagePackageAdded CCache ] {
|
if [ IsOptionalHaikuImagePackageAdded CCache ] {
|
||||||
if $(TARGET_ARCH) != x86 {
|
if $(TARGET_ARCH) != x86 {
|
||||||
@ -426,7 +441,7 @@ if [ IsOptionalHaikuImagePackageAdded Curl ] {
|
|||||||
$(baseURL)/curl-7.21.7-x86-gcc4-2011-06-23.zip ;
|
$(baseURL)/curl-7.21.7-x86-gcc4-2011-06-23.zip ;
|
||||||
} else {
|
} else {
|
||||||
InstallOptionalHaikuImagePackage
|
InstallOptionalHaikuImagePackage
|
||||||
$(hpkgBaseURL)/curl-7.26.0-1-x86_gcc2.hpkg
|
$(hpkgBaseURL)/curl-7.26.0-2-x86_gcc2.hpkg
|
||||||
: common packages ;
|
: common packages ;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user