Ticket #7439: OptionalPackage-Caya-prealpha.patch
File OptionalPackage-Caya-prealpha.patch, 1.0 KB (added by , 14 years ago) |
---|
-
build/jam/OptionalPackages
28 28 # Bluetooth - experimental Haiku components for Bluetooth 29 29 # BurnItNow - CD burning app 30 30 # Bzip - file archiving utility 31 # Caya - a multiprotocol im client 31 32 # CCache - fast compiler cache 32 33 # CDRecord - the command line CD writing tools 33 34 # Clockwerk - native audio/video compositing … … 349 350 } 350 351 351 352 353 # Caya 354 if [ IsOptionalHaikuImagePackageAdded Caya ] { 355 if $(TARGET_ARCH) != x86 { 356 Echo "No optional package Caya available for $(TARGET_ARCH)" ; 357 } else { 358 InstallOptionalHaikuImagePackage 359 caya-0.0.1-prealpha-x86-gcc4-2011-04-09.zip 360 : $(baseURL)/caya-0.0.1-prealpha-x86-gcc4-2011-04-09.zip ; 361 } 362 } 363 364 352 365 # CCache 353 366 if [ IsOptionalHaikuImagePackageAdded CCache ] { 354 367 if $(TARGET_ARCH) != x86 { … … 1733 1746 : $(baseURL)/yasm-1.1.0-x86-gcc2-2011-03-14.zip ; 1734 1747 } 1735 1748 } 1749